From c9d196be5f40fb0c6e53c65fa072aea60de8c3f1 Mon Sep 17 00:00:00 2001 From: Jonathan Reem Date: Wed, 2 Jul 2014 09:57:03 -0700 Subject: [PATCH] Updated versions to 0.9.0. --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)] -- 2.42.0