diff --git a/Cargo.toml b/Cargo.toml index a58b0c2..f163aff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "smallvec" -version = "1.4.1" +version = "1.4.2" edition = "2018" -authors = ["Simon Sapin "] +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"