about summary refs log tree commit diff
path: root/src/libuuid/lib.rs
diff options
context:
space:
mode:
authorIlya Dmitrichenko <ilya@xively.com>2014-07-30 23:30:48 +0100
committerAlex Crichton <alex@alexcrichton.com>2014-07-31 11:50:23 -0700
commita8f58a056afbe0e11d27aa281676af04fa9469dc (patch)
tree4d5e9426c6d0866e5ff5ecbd73890e84a7c99f25 /src/libuuid/lib.rs
parent5446aed289c8289eb5c4eaca1ea7fd7793ca7415 (diff)
downloadrust-a8f58a056afbe0e11d27aa281676af04fa9469dc.tar.gz
rust-a8f58a056afbe0e11d27aa281676af04fa9469dc.zip
Deprecate uuid.
Diffstat (limited to 'src/libuuid/lib.rs')
-rw-r--r--src/libuuid/lib.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libuuid/lib.rs b/src/libuuid/lib.rs
index 037afce9b16..d5fbb321cd8 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"]