Deprecate uuid.

This commit is contained in:
Ilya Dmitrichenko 2014-07-30 23:30:48 +01:00 committed by Alex Crichton
parent 5446aed289
commit a8f58a056a

View file

@ -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"]