1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

Merge pull request #49 from Heather/master

link -> crate_id, link is deprecated
This commit is contained in:
Jordi Boggiano 2013-12-26 02:49:14 -08:00
commit c35e2628e8
12 changed files with 12 additions and 12 deletions

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)]; #[feature(managed_boxes)];
/* /*

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. * This file is part of the uutils coreutils package.

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. * This file is part of the uutils coreutils package.

2
env/env.rs vendored
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. * This file is part of the uutils coreutils package.

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. * This file is part of the uutils coreutils package.

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. * This file is part of the uutils coreutils package.

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. * This file is part of the uutils coreutils package.

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. * This file is part of the uutils coreutils package.

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. * This file is part of the uutils coreutils package.

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. * This file is part of the uutils coreutils package.

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. * This file is part of the uutils coreutils package.

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. * This file is part of the uutils coreutils package.