Skip to content

Commit

Permalink
Version 0.6.6
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
mbrubeck committed Nov 15, 2018
1 parent 5f80461 commit 2b82f46
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.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 2b82f46

Please sign in to comment.