Bump to 0.1.12
This commit is contained in:
parent
aadcbef4ba
commit
0811c72bac
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
|
||||
name = "num"
|
||||
version = "0.1.11"
|
||||
version = "0.1.12"
|
||||
authors = ["The Rust Project Developers"]
|
||||
license = "MIT/Apache-2.0"
|
||||
homepage = "https://github.com/rust-lang/num"
|
||||
|
|
|
@ -46,6 +46,7 @@
|
|||
|
||||
#![feature(slicing_syntax, collections, core, hash, rand, std_misc)]
|
||||
#![cfg_attr(test, deny(warnings))]
|
||||
#![cfg_attr(test, feature(test))]
|
||||
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
|
||||
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
|
||||
html_root_url = "http://doc.rust-lang.org/num/",
|
||||
|
|
Loading…
Reference in New Issue