0.11.1: Rust update for unstable.
This commit is contained in:
parent
f9303efcec
commit
b3def77657
|
@ -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"
|
||||
|
|
|
@ -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)]
|
||||
|
||||
|
|
Loading…
Reference in a new issue