Skip to content

Commit

Permalink
Version 1.4.2
Browse files Browse the repository at this point in the history
* `insert_many` no longer leaks elements if the provided iterator panics (servo#213).
* The unstable `const_generics` and `specialization` features are
  updated to work with the most recent nightly Rust toolchain (servo#232).
* Internal code cleanup (servo#229, servo#231).
  • Loading branch information
mbrubeck committed Aug 11, 2020
1 parent 87500c3 commit ba0f462
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 ba0f462

Please sign in to comment.