0.11.1: Rust update for unstable. 0.11.1
authorChris Morgan <me@chrismorgan.info>
committerChris Morgan <me@chrismorgan.info>
Cargo.toml
src/lib.rs

index 739327206a1cd1fb86e3f853a849aee4edfdc331..455611f4e3e6c7a77dd635a564eeb6984360b9b4 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "anymap"
-version = "0.11.0"
+version = "0.11.1"
 authors = ["Chris Morgan <me@chrismorgan.info>"]
 description = "A safe and convenient store for one value of each type"
 #documentation = "http://www.rust-ci.org/chris-morgan/anymap/doc/anymap/index.html"
index d856ea646c6c543916fb5294337c02e4072a2797..5095829c44b43c315b5b4b24f5edda691be4e9ab 100644 (file)
@@ -1,6 +1,6 @@
 //! This crate provides the `AnyMap` type, a safe and convenient store for one value of each type.
 
-#![cfg_attr(feature = "unstable", feature(core, std_misc))]
+#![cfg_attr(feature = "unstable", feature(drain, hashmap_hasher, raw))]
 #![cfg_attr(all(feature = "unstable", test), feature(test))]
 #![warn(missing_docs, unused_results)]