Skip to content

Commit 8c56c6f

Browse files
author
bors-servo
authored
Auto merge of #50 - rphmeier:bump-heapsize, r=jdm
bump heapsize to 0.4.0 <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-smallvec/50) <!-- Reviewable:end -->
2 parents 46ef708 + 0faa67d commit 8c56c6f

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 <simon.sapin@exyr.org>"]
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)