Closed jmg-duarte closed 3 years ago
1.41 doesn't work either. Same error.
1.42 does work fine!
I probably fixed that and did not close the issue. Current MSRV is correct:
aquamarine|master ⇒ cargo msrv --ignore-lockfile --max 1.31.1
Fetching index
Determining the Minimum Supported Rust Version (MSRV) for toolchain x86_64-unknown-linux-gnu
Using check command cargo check --all
Finished The MSRV is: 1.31.1
aquamarine|master ⇒ cargo +1.31.1 check --all
Compiling aquamarine v0.1.10 (/home/mkl/dev/rust/aquamarine)
Finished dev [unoptimized + debuginfo] target(s) in 0.19s
Running with Rust 1.38