diff options
| author | Ilya Dmitrichenko <ilya@xively.com> | 2014-07-30 21:57:58 +0100 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-07-31 11:50:23 -0700 |
| commit | 5446aed289c8289eb5c4eaca1ea7fd7793ca7415 (patch) | |
| tree | 06f8621d3ddaccadb02e94ed31e54e6e5f680f16 /src | |
| parent | cdb8a88717d72c4873b96330b529783c8f95c9e3 (diff) | |
| download | rust-5446aed289c8289eb5c4eaca1ea7fd7793ca7415.tar.gz rust-5446aed289c8289eb5c4eaca1ea7fd7793ca7415.zip | |
Deprecate semver.
Diffstat (limited to 'src')
| -rw-r--r-- | src/libsemver/lib.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libsemver/lib.rs b/src/libsemver/lib.rs index 41f7aa5012d..3cc5189c024 100644 --- a/src/libsemver/lib.rs +++ b/src/libsemver/lib.rs @@ -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"] |
