Deprecate semver.

This commit is contained in:
Ilya Dmitrichenko 2014-07-30 21:57:58 +01:00 committed by Alex Crichton
parent cdb8a88717
commit 5446aed289

View File

@ -29,7 +29,8 @@
//! `0.8.1-rc.3.0+20130922.linux`.
#![crate_name = "semver"]
#![experimental]
#![deprecated = "This is now a cargo package located at: \
https://github.com/rust-lang/semver"]
#![crate_type = "rlib"]
#![crate_type = "dylib"]
#![license = "MIT/ASL2"]