Skip to content

Commit 9ae7076

Browse files
authored
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".
2 parents 87500c3 + ba0f462 commit 9ae7076

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "smallvec"
3-
version = "1.4.1"
3+
version = "1.4.2"
44
edition = "2018"
5-
authors = ["Simon Sapin <simon.sapin@exyr.org>"]
5+
authors = ["The Servo Project Developers"]
66
license = "MIT/Apache-2.0"
77
repository = "https://github.com/servo/rust-smallvec"
88
description = "'Small vector' optimization: store up to a small number of items on the stack"

0 commit comments

Comments
 (0)