Auto merge of #110 - mbrubeck:bump, r=Manishearth

Version 0.6.4

Change log:

* Extend the `smallvec!` macro to work with non-`Copy` items (#107)
* Improve the `Debug` formatting implementation (#109)

<!-- 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/110)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo
2018-08-06 16:13:03 -04:00
committed by GitHub
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "smallvec"
version = "0.6.3"
version = "0.6.4"
authors = ["Simon Sapin <simon.sapin@exyr.org>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/servo/rust-smallvec"