Skip to content

Commit

Permalink
Auto merge of #131 - mbrubeck:bump, r=jdm
Browse files Browse the repository at this point in the history
Version 0.6.6

Changes in this release:

* Fix possible over-allocation in `from_slice` (#122)
* Optional nightly-only `specialization` feature for `from_slice` optimization (#123)
* New `from_raw_parts` constructor (#130)
* Documentation and testing improvements (#125, #129)

<!-- 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/131)
<!-- Reviewable:end -->
  • Loading branch information
bors-servo committed Nov 16, 2018
2 parents 5f80461 + 2b82f46 commit c1921f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "smallvec"
version = "0.6.5"
version = "0.6.6"
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 c1921f4

Please sign in to comment.