Updated versions to 0.9.0.
This commit is contained in:
parent
330bc5aa1e
commit
c9d196be5f
|
@ -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"]
|
||||
|
|
|
@ -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)]
|
||||
|
|
Loading…
Reference in a new issue