We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 46ef708 + 0faa67d commit 8c56c6fCopy full SHA for 8c56c6f
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "smallvec"
3
-version = "0.3.3"
+version = "0.4.0"
4
authors = ["Simon Sapin <[email protected]>"]
5
license = "MPL-2.0"
6
repository = "https://github.com/servo/rust-smallvec"
@@ -17,4 +17,4 @@ name = "smallvec"
17
path = "lib.rs"
18
19
[dependencies]
20
-heapsize = { version = "0.3", optional = true }
+heapsize = { version = "0.4", optional = true }
0 commit comments