Skip to content

Fix the CI build with older Rust versions

Alan Somers requested to merge asomers/nbdkit:cargo.lock.msv into master

When testing with the MSRV (1.46.0) or the Debian Rust package (1.48.0), we must lock predicates-core and predicates-tree at older versions. Add a Cargo.lock.msrv file and use it in CI. But it will not be published to crates.io.

Merge request reports