Skip to content

Commit

Permalink
hexfloat: Deprecate to move out of the repo
Browse files Browse the repository at this point in the history
This deprecates the hexfloat library as it is now located in the rust-lang
organization as a cargo package
  • Loading branch information
alexcrichton committed Jul 31, 2014
1 parent ecac4d2 commit c3fcc0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/libhexfloat/lib.rs
Expand Up @@ -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"]
Expand Down

0 comments on commit c3fcc0b

Please sign in to comment.