mirror of
https://github.com/uutils/coreutils
synced 2024-11-15 01:17:09 +00:00
link -> crate_id, link is deprecated
This commit is contained in:
parent
9cfb0645e8
commit
15e7bf7e64
12 changed files with 12 additions and 12 deletions
|
@ -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,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,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
2
env/env.rs
vendored
|
@ -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,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,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,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,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,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.
|
||||
|
|
2
wc/wc.rs
2
wc/wc.rs
|
@ -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,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,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.
|
||||
|
|
Loading…
Reference in a new issue