Updated versions to 0.9.0.

This commit is contained in:
Jonathan Reem 2014-07-02 09:57:03 -07:00
parent 330bc5aa1e
commit c9d196be5f
2 changed files with 2 additions and 2 deletions

View 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"]

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