Skip to content

Commit

Permalink
Auto merge of #50 - rphmeier:bump-heapsize, r=jdm
Browse files Browse the repository at this point in the history
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 -->
  • Loading branch information
bors-servo authored May 20, 2017
2 parents 46ef708 + 0faa67d commit 8c56c6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "smallvec"
version = "0.3.3"
version = "0.4.0"
authors = ["Simon Sapin <[email protected]>"]
license = "MPL-2.0"
repository = "https://github.com/servo/rust-smallvec"
Expand All @@ -17,4 +17,4 @@ name = "smallvec"
path = "lib.rs"

[dependencies]
heapsize = { version = "0.3", optional = true }
heapsize = { version = "0.4", optional = true }

0 comments on commit 8c56c6f

Please sign in to comment.