Skip to content

Commit

Permalink
feat: change MSRV from 1.78 to 1.80.1 (#3279)
Browse files Browse the repository at this point in the history
I'm going to leave this as a non-breaking change since that seems to be
the consensus in the community from what I can gather. That being said,
this being a non-breaking change in downstream libraries is what caused
this in the first place 😖
  • Loading branch information
westonpace authored Dec 20, 2024
1 parent 10e6454 commit 022135b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ jobs:
runs-on: ubuntu-24.04
strategy:
matrix:
msrv: ["1.78.0"] # This should match up with rust-version in Cargo.toml
msrv: ["1.80.1"] # 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 @@ -41,7 +41,7 @@ categories = [
"development-tools",
"science",
]
rust-version = "1.78"
rust-version = "1.80.1"

[workspace.dependencies]
lance = { version = "=0.21.0", path = "./rust/lance" }
Expand Down

0 comments on commit 022135b

Please sign in to comment.