Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ jobs:
runs-on: ubuntu-24.04
strategy:
matrix:
msrv: ["1.88.0"] # This should match up with rust-version in Cargo.toml
msrv: ["1.91.0"] # This should match up with rust-version in Cargo.toml
env:
# Need up-to-date compilers for kernels
CC: clang
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ categories = [
"development-tools",
"science",
]
rust-version = "1.88.0"
rust-version = "1.91.0"

[workspace.dependencies]
libc = "0.2.176"
Expand Down
2 changes: 1 addition & 1 deletion java/lance-jni/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "lance-jni"
version = "3.0.0-beta.2"
edition = "2021"
authors = ["Lance Devs <dev@lance.org>"]
rust-version = "1.88"
rust-version = "1.91"
license = "Apache-2.0"
repository = "https://github.com/lance-format/lance"
readme = "../../README.md"
Expand Down
2 changes: 1 addition & 1 deletion python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "3.0.0-beta.2"
edition = "2021"
authors = ["Lance Devs <dev@lance.org>"]
license = "Apache-2.0"
rust-version = "1.88"
rust-version = "1.91"
exclude = ["python/lance/conftest.py"]
publish = false

Expand Down
Loading