Auto merge of #233 - mbrubeck:bump, r=jdm

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".
This commit is contained in:
bors-servo
2020-08-11 19:04:05 -04:00
committed by GitHub
+2 -2
View File
@@ -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"