servo / rust-smallvec

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

CI failures due to dev_dependencies failing to build in Rust 1.36.0 #288

Closed mbrubeck closed 2 years ago

mbrubeck commented 2 years ago

Our tests are failing to build under Rust 1.36.0 because the latest versions of some dev_dependencies require a newer Rust toolchain. We could fix this by checking in a Cargo.lock file or otherwise pinning versions (at least for the Rust 1.36 builds).