From 1d06e715f74c324709d9fb87ce7bceae0e17a10c Mon Sep 17 00:00:00 2001 From: whitequark Date: Sat, 7 Jan 2017 18:50:48 +0000 Subject: [PATCH] Bump version. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index db34b8a..f4198d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "managed" -version = "0.1.0" +version = "0.1.1" authors = ["whitequark "] description = "An interface for logically owning objects, whether or not heap allocation is available." documentation = "https://docs.rs/managed/"