Skip to content

Commit 5446aed

Browse files
Ilya Dmitrichenkoalexcrichton
authored andcommitted
Deprecate semver.
1 parent cdb8a88 commit 5446aed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/libsemver/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
//! `0.8.1-rc.3.0+20130922.linux`.
3030
3131
#![crate_name = "semver"]
32-
#![experimental]
32+
#![deprecated = "This is now a cargo package located at: \
33+
https://github.com/rust-lang/semver"]
3334
#![crate_type = "rlib"]
3435
#![crate_type = "dylib"]
3536
#![license = "MIT/ASL2"]

0 commit comments

Comments
 (0)