Chris Morgan
›
Git
›
anymap
› commitdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
patch
|
inline
| side by side (from parent 1:
f9303ef
)
commit
grep
author
committer
pickaxe
?
search:
re
0.11.1: Rust update for unstable.
0.11.1
author
Chris Morgan
<me@chrismorgan.info>
Wed, 24 Jun 2015 00:08:58 +0000
committer
Chris Morgan
<me@chrismorgan.info>
Wed, 24 Jun 2015 00:08:58 +0000
Cargo.toml
patch
|
blob
|
history
src/lib.rs
patch
|
blob
|
history
diff --git
a/Cargo.toml
b/Cargo.toml
index 739327206a1cd1fb86e3f853a849aee4edfdc331..455611f4e3e6c7a77dd635a564eeb6984360b9b4 100644
(file)
--- a/
Cargo.toml
+++ b/
Cargo.toml
@@
-1,6
+1,6
@@
[package]
name = "anymap"
[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"
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"
diff --git
a/src/lib.rs
b/src/lib.rs
index d856ea646c6c543916fb5294337c02e4072a2797..5095829c44b43c315b5b4b24f5edda691be4e9ab 100644
(file)
--- a/
src/lib.rs
+++ b/
src/lib.rs
@@
-1,6
+1,6
@@
//! This crate provides the `AnyMap` type, a safe and convenient store for one value of each type.
//! 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)]
#![cfg_attr(all(feature = "unstable", test), feature(test))]
#![warn(missing_docs, unused_results)]