From a8f58a056afbe0e11d27aa281676af04fa9469dc Mon Sep 17 00:00:00 2001 From: Ilya Dmitrichenko Date: Wed, 30 Jul 2014 23:30:48 +0100 Subject: [PATCH] Deprecate uuid. --- src/libuuid/lib.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/libuuid/lib.rs b/src/libuuid/lib.rs index 037afce9b167a..d5fbb321cd89a 100644 --- a/src/libuuid/lib.rs +++ b/src/libuuid/lib.rs @@ -55,7 +55,8 @@ Examples of string representations: */ #![crate_name = "uuid"] -#![experimental] +#![deprecated = "This is now a cargo package located at: \ + https://github.com/rust-lang/uuid"] #![crate_type = "rlib"] #![crate_type = "dylib"] #![license = "MIT/ASL2"]