Right now we set crate MSRV manually in CI configs and use common Cargo.lock. Instead we should retrieve `rust-version` from the tested crate's Cargo.toml and generate MSRV-compatible Cargo.lock.
Right now we set crate MSRV manually in CI configs and use common Cargo.lock.
Instead we should retrieve
rust-versionfrom the tested crate's Cargo.toml and generate MSRV-compatible Cargo.lock.