Skip to content

Commit 376d170

Browse files
authored
Reduce MSRV to 1.56 (#9)
* Reduce MSRV to 1.56 Signed-off-by: Nico Burns <[email protected]> * Bump version to 0.1.1 Signed-off-by: Nico Burns <[email protected]> --------- Signed-off-by: Nico Burns <[email protected]>
1 parent 45a0db1 commit 376d170

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

malloc_size_of/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
[package]
22
name = "malloc_size_of"
33
description = "A an allocator-agnostic crate for measuring the heap size of a value"
4-
version = "0.1.0"
4+
version = "0.1.1"
55
authors = ["The Servo Project Developers"]
66
license = "MIT OR Apache-2.0"
77
repository = "https://github.com/servo/malloc_size_of"
88
edition = "2021"
9+
rust-version = "1.56"
910

1011
[features]
1112
default = ["std"]
1213
std = []
13-
void = ["dep:void"]
1414

1515
[dependencies]
1616
void = { version = "1.0.2", optional = true }

0 commit comments

Comments
 (0)