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 -->
This commit is contained in:
bors-servo
2017-09-25 17:38:39 -05:00
committed by GitHub
+1 -1
View File
@@ -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"