Skip to content

Commit

Permalink
Version 0.6.8
Browse files Browse the repository at this point in the history
Change log:

* Don't leak memory if an iterator panics during `extend` (servo#137)
* Update the unstable `union` feature for better forward compatibility (servo#135)
  • Loading branch information
mbrubeck committed Jan 19, 2019
1 parent 7ac360c commit 4538db6
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.7"
version = "0.6.8"
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 4538db6

Please sign in to comment.