ci(rust): fix MSRV check (#2940)

Realized our MSRV check was inert because `rust-toolchain.toml` was
overriding the Rust version. We set the `RUSTUP_TOOLCHAIN` environment
variable, which overrides that.

Also needed to update to MSRV 1.88 (due to dependencies like Lance and
DataFusion) and fix some clippy warnings.
This commit is contained in:
Will Jones
2026-01-23 15:57:09 -08:00
committed by GitHub
parent 5a7a8da567
commit f979a902ad
8 changed files with 19 additions and 21 deletions

View File

@@ -7,7 +7,7 @@ license.workspace = true
repository.workspace = true
keywords.workspace = true
categories.workspace = true
rust-version = "1.75.0"
rust-version = "1.88.0"
[lib]
name = "_lancedb"