twilight-rs / twilight

Powerful, flexible, and scalable ecosystem of Rust libraries for the Discord API.
https://discord.gg/twilight-rs
ISC License
656 stars 130 forks source link

ci: Run minimal crate versions with MSRV #2292

Closed Gelbpunkt closed 6 months ago

Gelbpunkt commented 10 months ago

Our dependencies might make breaking MSRV changes in newer versions, while the older ones still fulfil our MSRV guarantees and are within our version ranges. Therefore we should run minimal crate version checks on the MSRV.

Draft because I'm probably gonna have to fix the pipeline.