From: Jonathan Reem Date: Wed, 2 Jul 2014 16:57:03 +0000 (-0700) Subject: Updated versions to 0.9.0. X-Git-Tag: 0.9.1~19^2 X-Git-Url: https://git.chrismorgan.info/anymap/commitdiff_plain/c9d196be5f40fb0c6e53c65fa072aea60de8c3f1?hp=330bc5aa1e4b1644a19b3751ee3b65c849447005 Updated versions to 0.9.0. --- diff --git a/Cargo.toml b/Cargo.toml index fec6263..3ac8809 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "anymap" -version = "0.1.0" +version = "0.9.0" readme = "README.md" authors = [ "Chris Morgan " ] tags = ["data-structures"] diff --git a/src/lib.rs b/src/lib.rs index b677319..4c0e9da 100644 --- 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. -#![crate_id = "anymap#0.9"] +#![crate_id = "anymap#0.9.0"] #![crate_type = "rlib"] #![crate_type = "dylib"] #![feature(default_type_params)]