Updated versions to 0.9.0.
authorJonathan Reem <jonathan.reem@gmail.com>
committerJonathan Reem <jonathan.reem@gmail.com>
Cargo.toml
src/lib.rs

index fec626350b49800272f8a4584eaf6ea0ef1ef4e7..3ac8809a696abac4636f9bb454ec106297b12f5b 100644 (file)
@@ -2,7 +2,7 @@
 [package]
 
 name = "anymap"
-version = "0.1.0"
+version = "0.9.0"
 readme = "README.md"
 authors = [ "Chris Morgan <me@chrismorgan.info>" ]
 tags = ["data-structures"]
index b67731966952329e32591fc45b1dee86797440f1..4c0e9da3088b6c81398b8fb47add3abcb8f16e09 100644 (file)
@@ -1,6 +1,6 @@
 //! This crate provides the `AnyMap` type, a safe and convenient store for one value of each type.
 
-#![crate_id = "anymap#0.9"]
+#![crate_id = "anymap#0.9.0"]
 #![crate_type = "rlib"]
 #![crate_type = "dylib"]
 #![feature(default_type_params)]