Skip to content

Commit

Permalink
Reduce MSRV to 1.56 (#9)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
nicoburns authored Feb 20, 2025
1 parent 45a0db1 commit 376d170
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions malloc_size_of/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 }

0 comments on commit 376d170

Please sign in to comment.