servo / rust-smallvec

"Small vector" optimization for Rust: store up to a small number of items on the stack
Apache License 2.0
1.32k stars 141 forks source link

[v2] Update to Rust 2021 Edition. #359

Closed zachs18 closed 1 month ago

zachs18 commented 1 month ago

smallvec v2's MSRV is currently 1.57.0, which is after the release of Edition 2021 in Rust 1.56.0.

(Also applies a change to Cargo.toml changing the deprecated dev_dependencies to the preferred dev-dependencies, which cargo fix --edition warned about but won't actually be an error until Edition 2024.)