Skip to content

Commit

Permalink
chore: pin the Rust baseline version to 1.80
Browse files Browse the repository at this point in the history
See #2837
  • Loading branch information
rtyler committed Sep 3, 2024
1 parent c4f4ee0 commit c126e63
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: default
toolchain: stable
toolchain: 1.80
override: true

- name: Format
Expand All @@ -36,7 +36,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: default
toolchain: stable
toolchain: 1.80
override: true
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: default
toolchain: stable
toolchain: 1.80
override: true

- name: build and lint with clippy
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: default
toolchain: "stable"
toolchain: 1.80
override: true

- name: Run tests
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: default
toolchain: stable
toolchain: 1.80
override: true

# Install Java and Hadoop for HDFS integration tests
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ resolver = "2"

[workspace.package]
authors = ["Qingping Hou <[email protected]>"]
rust-version = "1.75"
rust-version = "1.80"
keywords = ["deltalake", "delta", "datalake"]
readme = "README.md"
edition = "2021"
Expand Down

0 comments on commit c126e63

Please sign in to comment.