link -> crate_id, link is deprecated

This commit is contained in:
Heather
2013-12-26 14:49:31 +04:00
parent 400d8c01be
commit 518477b1f5
12 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#[link(name="cat", vers="1.0.0", author="Seldaek")];
#[crate_id(name="cat", vers="1.0.0", author="Seldaek")];
#[feature(managed_boxes)];
/*
+1 -1
View File
@@ -1,4 +1,4 @@
#[link(name="dirname", vers="1.0.0", author="Derek Chiang")];
#[crate_id(name="dirname", vers="1.0.0", author="Derek Chiang")];
/*
* This file is part of the uutils coreutils package.
+1 -1
View File
@@ -1,4 +1,4 @@
#[link(name="echo", vers="1.0.0", author="Derek Chiang")];
#[crate_id(name="echo", vers="1.0.0", author="Derek Chiang")];
/*
* This file is part of the uutils coreutils package.
Vendored
+1 -1
View File
@@ -1,4 +1,4 @@
#[link(name="env", vers="1.0.0", author="LeoTestard")];
#[crate_id(name="env", vers="1.0.0", author="LeoTestard")];
/*
* This file is part of the uutils coreutils package.
+1 -1
View File
@@ -1,4 +1,4 @@
#[link(name="false", vers="1.0.0", author="Seldaek")];
#[crate_id(name="false", vers="1.0.0", author="Seldaek")];
/*
* This file is part of the uutils coreutils package.
+1 -1
View File
@@ -1,4 +1,4 @@
#[link(name="printenv", vers="1.0.0", author="Seldaek")];
#[crate_id(name="printenv", vers="1.0.0", author="Seldaek")];
/*
* This file is part of the uutils coreutils package.
+1 -1
View File
@@ -1,4 +1,4 @@
#[link(name="pwd", vers="1.0.0", author="Heather Cynede")];
#[crate_id(name="pwd", vers="1.0.0", author="Heather Cynede")];
/*
* This file is part of the uutils coreutils package.
+1 -1
View File
@@ -1,4 +1,4 @@
#[link(name="rmdir", vers="1.0.0", author="Arcterus")];
#[crate_id(name="rmdir", vers="1.0.0", author="Arcterus")];
/*
* This file is part of the uutils coreutils package.
+1 -1
View File
@@ -1,4 +1,4 @@
#[link(name="true", vers="1.0.0", author="Seldaek")];
#[crate_id(name="true", vers="1.0.0", author="Seldaek")];
/*
* This file is part of the uutils coreutils package.
+1 -1
View File
@@ -1,4 +1,4 @@
#[link(name="wc", vers="1.0.0", author="Boden Garman")];
#[crate_id(name="wc", vers="1.0.0", author="Boden Garman")];
/*
* This file is part of the uutils coreutils package.
+1 -1
View File
@@ -1,4 +1,4 @@
#[link(name="whoami", version="1.0.0", author="KokaKiwi")];
#[crate_id(name="whoami", version="1.0.0", author="KokaKiwi")];
/*
* This file is part of the uutils coreutils package.
+1 -1
View File
@@ -1,4 +1,4 @@
#[link(name="yes", vers="1.0.0", author="Seldaek")];
#[crate_id(name="yes", vers="1.0.0", author="Seldaek")];
/*
* This file is part of the uutils coreutils package.