Open itsjunetime opened 5 days ago
Describe the bug Some MSRVs (the rust-version field in Cargo.tomls) in this repo are inaccurate.
rust-version
Cargo.toml
To Reproduce cargo install msrv && cargo msrv verify --manifest-path ./arrow-integration-testing/Cargo.toml and see that it fails
cargo install msrv && cargo msrv verify --manifest-path ./arrow-integration-testing/Cargo.toml
Expected behavior MSRVs should all be valid
Additional context I'll file a PR to fix this
Describe the bug Some MSRVs (the
rust-version
field inCargo.toml
s) in this repo are inaccurate.To Reproduce
cargo install msrv && cargo msrv verify --manifest-path ./arrow-integration-testing/Cargo.toml
and see that it failsExpected behavior MSRVs should all be valid
Additional context I'll file a PR to fix this