X-Git-Url: https://git.chrismorgan.info/anymap/blobdiff_plain/0ad7c307eb377a8149dd0cb519caca1380b4bd6f..34028c35e70de959ec61758db88dfc84f75764cf:/Cargo.toml diff --git a/Cargo.toml b/Cargo.toml index 7393272..66eb637 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anymap" -version = "0.11.0" +version = "0.12.0" authors = ["Chris Morgan "] 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" @@ -11,4 +11,4 @@ keywords = ["container", "data-structure", "map"] license = "MIT/Apache-2.0" [features] -unstable = [] +bench = []