Skip to content

Commit fc2d53d

Browse files
committed
Bump version number to 0.1.0
Signed-off-by: Nico Burns <[email protected]>
1 parent 9b39717 commit fc2d53d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

malloc_size_of/Cargo.toml

Lines changed: 1 addition & 1 deletion
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)