From e2cc254a3c86ca18e213b3c90a15bae154a01bb5 Mon Sep 17 00:00:00 2001 From: whitequark Date: Sat, 24 Mar 2018 03:25:02 +0000 Subject: [PATCH] Bump version. --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b0aa222..19e594c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "managed" -version = "0.5.1" +version = "0.6.1" authors = ["whitequark "] description = "An interface for logically owning objects, whether or not heap allocation is available." documentation = "https://docs.rs/managed/" diff --git a/README.md b/README.md index 7ce79f9..4db13f1 100644 --- a/README.md +++ b/README.md @@ -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.