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)]