We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1572fa3 commit 0c21d59Copy full SHA for 0c21d59
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: cdb8a88717d72c4873b96330b529783c8f95c9e3
+refs/heads/master: 5446aed289c8289eb5c4eaca1ea7fd7793ca7415
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 9fc8394d3bce22ab483f98842434c84c396212ae
5
refs/heads/try: e5e0db5bc45aa2de6887fbf51dec013ca5c025c6
trunk/src/libsemver/lib.rs
@@ -29,7 +29,8 @@
29
//! `0.8.1-rc.3.0+20130922.linux`.
30
31
#![crate_name = "semver"]
32
-#![experimental]
+#![deprecated = "This is now a cargo package located at: \
33
+ https://github.com/rust-lang/semver"]
34
#![crate_type = "rlib"]
35
#![crate_type = "dylib"]
36
#![license = "MIT/ASL2"]
0 commit comments