Skip to content

Commit

Permalink
Version 0.4.4
Browse files Browse the repository at this point in the history
* Add `as_slice` and `as_mut_slice` methods (servo#65).
* Add `with_capacity` constructor (servo#63).
  • Loading branch information
mbrubeck committed Sep 25, 2017
1 parent a90765c commit 3a21f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "smallvec"
version = "0.4.3"
version = "0.4.4"
authors = ["Simon Sapin <simon.sapin@exyr.org>"]
license = "MPL-2.0"
repository = "https://github.com/servo/rust-smallvec"
Expand Down

0 comments on commit 3a21f1c

Please sign in to comment.