From d3212745560f2bd84b6b8ff6621a7b44f0508285 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Tue, 7 Jan 2014 02:25:28 +0100 Subject: [PATCH] Update rm command to fix the build --- rm/rm.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rm/rm.rs b/rm/rm.rs index 13d0c6333..a42b42bd1 100644 --- a/rm/rm.rs +++ b/rm/rm.rs @@ -1,4 +1,4 @@ -#[link(name="rm", vers="1.0.0", author="Arcterus")]; +#[crate_id(name="rm", vers="1.0.0", author="Arcterus")]; /* * This file is part of the uutils coreutils package.