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