Bump to 0.1.12

This commit is contained in:
Alex Crichton 2015-02-03 12:37:01 -08:00
parent aadcbef4ba
commit 0811c72bac
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -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/",