diff --git a/malloc_size_of/Cargo.toml b/malloc_size_of/Cargo.toml index 7af0cef..39e35b6 100644 --- a/malloc_size_of/Cargo.toml +++ b/malloc_size_of/Cargo.toml @@ -1,16 +1,16 @@ [package] name = "malloc_size_of" description = "A an allocator-agnostic crate for measuring the heap size of a value" -version = "0.1.0" +version = "0.1.1" authors = ["The Servo Project Developers"] license = "MIT OR Apache-2.0" repository = "https://github.com/servo/malloc_size_of" edition = "2021" +rust-version = "1.56" [features] default = ["std"] std = [] -void = ["dep:void"] [dependencies] void = { version = "1.0.2", optional = true }