diff --git a/malloc_size_of/Cargo.toml b/malloc_size_of/Cargo.toml index e36d810..7af0cef 100644 --- a/malloc_size_of/Cargo.toml +++ b/malloc_size_of/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "malloc_size_of" description = "A an allocator-agnostic crate for measuring the heap size of a value" -version = "0.1.0-alpha.1" +version = "0.1.0" authors = ["The Servo Project Developers"] license = "MIT OR Apache-2.0" repository = "https://github.com/servo/malloc_size_of"