Bump version.

v0.7.x
whitequark 2018-03-24 03:25:02 +00:00
parent 0192eb98d8
commit e2cc254a3c
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "managed"
version = "0.5.1"
version = "0.6.1"
authors = ["whitequark <whitequark@whitequark.org>"]
description = "An interface for logically owning objects, whether or not heap allocation is available."
documentation = "https://docs.rs/managed/"

View File

@ -55,7 +55,7 @@ To use the _managed_ library in your project, add the following to `Cargo.toml`:
```toml
[dependencies]
managed = "0.1"
managed = "0.6"
```
The default configuration assumes a hosted environment, for ease of evaluation.