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:
parent
ecac4d2e6c
commit
c3fcc0bc51
1 changed files with 2 additions and 1 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue