Skip to content

Commit

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

Changelog:

* `insert_many` no longer leaks elements if the provided iterator panics (#213).
* The unstable `const_generics` and `specialization` features are updated to work with the most recent nightly Rust toolchain (#232).
* Internal code cleanup (#229, #231).

This PR also changes the `author` field in `Cargo.toml` to "The Servo Project Developers".
  • Loading branch information
bors-servo committed Aug 11, 2020
2 parents 87500c3 + ba0f462 commit 9ae7076
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
@@ -1,8 +1,8 @@
[package]
name = "smallvec"
version = "1.4.1"
version = "1.4.2"
edition = "2018"
authors = ["Simon Sapin <simon.sapin@exyr.org>"]
authors = ["The Servo Project Developers"]
license = "MIT/Apache-2.0"
repository = "https://github.com/servo/rust-smallvec"
description = "'Small vector' optimization: store up to a small number of items on the stack"
Expand Down

0 comments on commit 9ae7076

Please sign in to comment.