From 85e6d1db12e63a24e9afc1d61c604597dc6c91d5 Mon Sep 17 00:00:00 2001 From: Erick Tryzelaar Date: Fri, 27 Dec 2013 22:02:38 -0500 Subject: update to rust 0.9-pre (a5fa1d9) --- src/crypto/lib.rs | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/crypto/lib.rs') diff --git a/src/crypto/lib.rs b/src/crypto/lib.rs index 7ed4bfd9..f1038450 100644 --- a/src/crypto/lib.rs +++ b/src/crypto/lib.rs @@ -15,13 +15,7 @@ * limitations under the License. */ -#[link(name = "crypto", - package_id = "crypto", - vers = "0.3", - uuid = "38297409-b4c2-4499-8131-a99a7e44dad3")]; -#[crate_type = "lib"]; - -#[feature(globs)]; +#[crate_id = "crypto#0.3"]; pub mod hash; pub mod hex; -- cgit v1.2.3