Skip to content

Commit 45a0db1

Browse files
authored
Bump version number to 0.1.0 (#6)
Signed-off-by: Nico Burns <[email protected]>
1 parent 9b39717 commit 45a0db1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

malloc_size_of/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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-alpha.1"
4+
version = "0.1.0"
55
authors = ["The Servo Project Developers"]
66
license = "MIT OR Apache-2.0"
77
repository = "https://github.com/servo/malloc_size_of"

0 commit comments

Comments
 (0)