From 9c6d85a4ae3b421354267256be982c7f6d875ad2 Mon Sep 17 00:00:00 2001 From: Alexander Fomin Date: Fri, 20 Jun 2014 17:01:00 +0400 Subject: [PATCH] Crate name fixed --- sync/sync.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync/sync.rs b/sync/sync.rs index 0bfda4acb..c8f3c4e5e 100644 --- a/sync/sync.rs +++ b/sync/sync.rs @@ -1,4 +1,4 @@ -#![crate_id(name="uusync", vers="1.0.0", author="Alexander Fomin")] +#![crate_id = "uusync#1.0.0"] /* * This file is part of the uutils coreutils package. *