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

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)];
/*

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.