From 54dc1e9aca6c2617f1c17eff071f2f6ff24120b4 Mon Sep 17 00:00:00 2001 From: Jordy Dickinson Date: Fri, 27 Dec 2013 17:01:55 -0500 Subject: [PATCH] Use same crate_id form as other utils --- base64/base64.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base64/base64.rs b/base64/base64.rs index bcd3caa60..6fed354e7 100644 --- a/base64/base64.rs +++ b/base64/base64.rs @@ -1,4 +1,4 @@ -#[crate_id = "base64#1.0.0"]; +#[crate_id(name="base64", vers="1.0.0", author="Jordy Dickinson")]; /* * This file is part of the uutils coreutils package.