From c3fcc0bc5114aa511b3c4e8d75794726bdb10342 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 30 Jul 2014 08:36:44 -0700 Subject: hexfloat: Deprecate to move out of the repo This deprecates the hexfloat library as it is now located in the rust-lang organization as a cargo package --- src/libhexfloat/lib.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/libhexfloat/lib.rs') diff --git a/src/libhexfloat/lib.rs b/src/libhexfloat/lib.rs index 2859e1c985f..9adeeb2e4c9 100644 --- a/src/libhexfloat/lib.rs +++ b/src/libhexfloat/lib.rs @@ -37,7 +37,8 @@ fn main() { */ #![crate_name = "hexfloat"] -#![experimental] +#![deprecated = "This is now a cargo package located at: \ + https://github.com/rust-lang/hexfloat"] #![crate_type = "rlib"] #![crate_type = "dylib"] #![license = "MIT/ASL2"] -- cgit 1.4.1-3-g733a5