From 085e6f184d9ac6312991a80b82fd75ec1c860c50 Mon Sep 17 00:00:00 2001 From: whitequark Date: Sat, 4 Jul 2020 01:54:27 +0000 Subject: [PATCH] Bump version. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7a0777a..f649a2f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "managed" -version = "0.7.1" +version = "0.8.0" authors = ["whitequark "] description = "An interface for logically owning objects, whether or not heap allocation is available." documentation = "https://docs.rs/managed/"