Skip to content

Commit c2833c5

Browse files
author
bors-servo
authored
Auto merge of #66 - mbrubeck:bump, r=emilio
Version 0.4.4 * Add `as_slice` and `as_mut_slice` methods (#65). * Add `with_capacity` constructor (#63). <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-smallvec/66) <!-- Reviewable:end -->
2 parents a90765c + 3a21f1c commit c2833c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "smallvec"
3-
version = "0.4.3"
3+
version = "0.4.4"
44
authors = ["Simon Sapin <simon.sapin@exyr.org>"]
55
license = "MPL-2.0"
66
repository = "https://github.com/servo/rust-smallvec"

0 commit comments

Comments
 (0)