Skip to content

Commit 0faa67d

Browse files
committed
bump heapsize
includes a version bump of the crate itself
1 parent 46ef708 commit 0faa67d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "smallvec"
3-
version = "0.3.3"
3+
version = "0.4.0"
44
authors = ["Simon Sapin <[email protected]>"]
55
license = "MPL-2.0"
66
repository = "https://github.com/servo/rust-smallvec"
@@ -17,4 +17,4 @@ name = "smallvec"
1717
path = "lib.rs"
1818

1919
[dependencies]
20-
heapsize = { version = "0.3", optional = true }
20+
heapsize = { version = "0.4", optional = true }

0 commit comments

Comments
 (0)