1 2 3 4 5
# Pins the toolchain for local dev and CI to the crate's true MSRV. # Must stay in sync with `rust-version` in Cargo.toml. The floor is set by # lancedb 0.29 / lance 6.0.0, which require rustc 1.91. [toolchain] channel = "1.91"