Bump version.
This commit is contained in:
parent
0192eb98d8
commit
e2cc254a3c
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "managed"
|
name = "managed"
|
||||||
version = "0.5.1"
|
version = "0.6.1"
|
||||||
authors = ["whitequark <whitequark@whitequark.org>"]
|
authors = ["whitequark <whitequark@whitequark.org>"]
|
||||||
description = "An interface for logically owning objects, whether or not heap allocation is available."
|
description = "An interface for logically owning objects, whether or not heap allocation is available."
|
||||||
documentation = "https://docs.rs/managed/"
|
documentation = "https://docs.rs/managed/"
|
||||||
|
|
|
@ -55,7 +55,7 @@ To use the _managed_ library in your project, add the following to `Cargo.toml`:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
managed = "0.1"
|
managed = "0.6"
|
||||||
```
|
```
|
||||||
|
|
||||||
The default configuration assumes a hosted environment, for ease of evaluation.
|
The default configuration assumes a hosted environment, for ease of evaluation.
|
||||||
|
|
Loading…
Reference in New Issue