Skip to content

Commit a8f58a0

Browse files
Ilya Dmitrichenkoalexcrichton
authored andcommitted
Deprecate uuid.
1 parent 5446aed commit a8f58a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/libuuid/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ Examples of string representations:
5555
*/
5656

5757
#![crate_name = "uuid"]
58-
#![experimental]
58+
#![deprecated = "This is now a cargo package located at: \
59+
https://github.com/rust-lang/uuid"]
5960
#![crate_type = "rlib"]
6061
#![crate_type = "dylib"]
6162
#![license = "MIT/ASL2"]

0 commit comments

Comments
 (0)