Skip to content

Commit

Permalink
Deprecate uuid.
Browse files Browse the repository at this point in the history
  • Loading branch information
errordeveloper authored and alexcrichton committed Jul 31, 2014
1 parent 5446aed commit a8f58a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/libuuid/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit a8f58a0

Please sign in to comment.