From 4c9c688f3a52b77e7ba2857236351dc5cc0d94b3 Mon Sep 17 00:00:00 2001 From: whitequark Date: Fri, 12 Jan 2018 23:03:56 +0000 Subject: [PATCH] Bump version. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 71d0fdf..b0aa222 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "managed" -version = "0.5.0" +version = "0.5.1" authors = ["whitequark "] description = "An interface for logically owning objects, whether or not heap allocation is available." documentation = "https://docs.rs/managed/"