Skip to content

Commit

Permalink
bump heapsize
Browse files Browse the repository at this point in the history
includes a version bump of the crate itself
  • Loading branch information
rphmeier committed May 20, 2017
1 parent 46ef708 commit 0faa67d
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 0faa67d

Please sign in to comment.