Alex Crichton 10 rokov pred
rodič
commit
0811c72bac
2 zmenil súbory, kde vykonal 2 pridanie a 1 odobranie
  1. 1 1
      Cargo.toml
  2. 1 0
      src/lib.rs

+ 1 - 1
Cargo.toml

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

+ 1 - 0
src/lib.rs

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