diff --git a/cat/cat.rs b/cat/cat.rs index aa7f60c20..1a20937a0 100644 --- a/cat/cat.rs +++ b/cat/cat.rs @@ -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)]; /* diff --git a/dirname/dirname.rs b/dirname/dirname.rs index f08d67cb5..8a8089d1e 100644 --- a/dirname/dirname.rs +++ b/dirname/dirname.rs @@ -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. diff --git a/echo/echo.rs b/echo/echo.rs index 7bb22862c..ddc05ebae 100644 --- a/echo/echo.rs +++ b/echo/echo.rs @@ -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. diff --git a/env/env.rs b/env/env.rs index 4d31620be..677daf65b 100644 --- a/env/env.rs +++ b/env/env.rs @@ -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. diff --git a/false/false.rs b/false/false.rs index 12f63207c..9243cc272 100644 --- a/false/false.rs +++ b/false/false.rs @@ -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. diff --git a/printenv/printenv.rs b/printenv/printenv.rs index b2e3fc1f5..f20e532b1 100644 --- a/printenv/printenv.rs +++ b/printenv/printenv.rs @@ -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. diff --git a/pwd/pwd.rs b/pwd/pwd.rs index 7e2db9417..188ab72fd 100644 --- a/pwd/pwd.rs +++ b/pwd/pwd.rs @@ -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. diff --git a/rmdir/rmdir.rs b/rmdir/rmdir.rs index ae299197c..d2e3f17dc 100644 --- a/rmdir/rmdir.rs +++ b/rmdir/rmdir.rs @@ -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. diff --git a/true/true.rs b/true/true.rs index b2d785a02..3be40528c 100644 --- a/true/true.rs +++ b/true/true.rs @@ -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. diff --git a/wc/wc.rs b/wc/wc.rs index ed346b61a..7595afe66 100644 --- a/wc/wc.rs +++ b/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. diff --git a/whoami/whoami.rs b/whoami/whoami.rs index ff7275cdb..bb3840ef0 100644 --- a/whoami/whoami.rs +++ b/whoami/whoami.rs @@ -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. diff --git a/yes/yes.rs b/yes/yes.rs index a494e1b42..17732eb21 100644 --- a/yes/yes.rs +++ b/yes/yes.rs @@ -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.