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
This commit is contained in:
Alex Crichton 2014-07-30 08:36:44 -07:00
parent ecac4d2e6c
commit c3fcc0bc51

View file

@ -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"]