diff --git a/Cargo.toml b/Cargo.toml index 2a64c04..47c34fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smallvec" -version = "0.3.3" +version = "0.4.0" authors = ["Simon Sapin "] license = "MPL-2.0" repository = "https://github.com/servo/rust-smallvec" @@ -17,4 +17,4 @@ name = "smallvec" path = "lib.rs" [dependencies] -heapsize = { version = "0.3", optional = true } +heapsize = { version = "0.4", optional = true }