From af57ee71dbe5f3a9ba329b59adf26b32f8607df7 Mon Sep 17 00:00:00 2001 From: Jordy Dickinson Date: Thu, 26 Dec 2013 13:47:19 -0500 Subject: [PATCH] link -> crate_id; link is deprecated --- base64/base64.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base64/base64.rs b/base64/base64.rs index 686f2abf4..965e864b4 100644 --- a/base64/base64.rs +++ b/base64/base64.rs @@ -1,4 +1,4 @@ -#[link(name="base64", vers="1.0.0", author="Jordy Dickinson")] +#[crate_id = "base64#1.0.0"]; /* * This file is part of the uutils coreutils package.