We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45a0db1 commit 376d170Copy full SHA for 376d170
malloc_size_of/Cargo.toml
@@ -1,16 +1,16 @@
1
[package]
2
name = "malloc_size_of"
3
description = "A an allocator-agnostic crate for measuring the heap size of a value"
4
-version = "0.1.0"
+version = "0.1.1"
5
authors = ["The Servo Project Developers"]
6
license = "MIT OR Apache-2.0"
7
repository = "https://github.com/servo/malloc_size_of"
8
edition = "2021"
9
+rust-version = "1.56"
10
11
[features]
12
default = ["std"]
13
std = []
-void = ["dep:void"]
14
15
[dependencies]
16
void = { version = "1.0.2", optional = true }
0 commit comments