Skip to content

Commit

Permalink
Auto merge of #110 - mbrubeck:bump, r=Manishearth
Browse files Browse the repository at this point in the history
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 -->
  • Loading branch information
bors-servo authored Aug 6, 2018
2 parents 54d565f + 857e974 commit 62c525a
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.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"
Expand Down

0 comments on commit 62c525a

Please sign in to comment.