From fc2d53daa038885cbe7ab7e76fd7df0e82ed88d3 Mon Sep 17 00:00:00 2001 From: Nico Burns Date: Sat, 8 Feb 2025 13:05:04 +1300 Subject: [PATCH] Bump version number to 0.1.0 Signed-off-by: Nico Burns --- malloc_size_of/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"