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.
1 parent 46ef708 commit 0faa67dCopy full SHA for 0faa67d
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "smallvec"
3
-version = "0.3.3"
+version = "0.4.0"
4
authors = ["Simon Sapin <simon.sapin@exyr.org>"]
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