From d76d1b551742645a40020bf99d28696403992d2a Mon Sep 17 00:00:00 2001 From: whitequark Date: Fri, 22 Sep 2017 19:52:26 +0000 Subject: [PATCH] Bump version. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9c368b8..8883d2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "managed" -version = "0.3.0" +version = "0.4.0" authors = ["whitequark "] description = "An interface for logically owning objects, whether or not heap allocation is available." documentation = "https://docs.rs/managed/"