Info
This post is auto-generated from RSS feed The Rust Programming Language Forum - Latest topics. Source: Testing crate MSRV in CI
I would like to get advice for the following problems:
rust-version
field, how would you test it in with the rust-version
toolchain without manually duplicating the version in CI config? Bonus points if it shares CI steps with stable
toolchain and other variables in the testing matrix.Cargo.toml
?Right now in RustCrypto we specify MSRV manually (e.g. see this config) and I would like to find a better alternative.
1 post - 1 participant
🏷️ Rust_feed