diff --git a/Cargo.toml b/Cargo.toml index ac4bc50..71d0fdf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "managed" -version = "0.4.0" +version = "0.5.0" authors = ["whitequark "] description = "An interface for logically owning objects, whether or not heap allocation is available." documentation = "https://docs.rs/managed/"