Skip to content
This repository was archived by the owner on Jul 10, 2023. It is now read-only.

Commit c7015d6

Browse files
committed
bump version number
1 parent 4bdd4e2 commit c7015d6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "heapsize"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = [ "The Servo Project Developers" ]
55
description = "Infrastructure for measuring the total runtime size of an object on the heap"
66
license = "MPL-2.0"
@@ -11,4 +11,3 @@ unstable = []
1111

1212
[dependencies]
1313
libc = "0.1"
14-

0 commit comments

Comments
 (0)