Skip to content

Commit

Permalink
bump rust to 1.82 (#772)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcoratger authored Oct 21, 2024
1 parent 6563509 commit 8bbf547
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
profile: minimal
components: llvm-tools-preview
override: true
toolchain: 1.81.0
toolchain: 1.82.0
- name: Retrieve cached dependencies
uses: Swatinem/rust-cache@v2
- name: fetch ef tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trunk-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.81.0
toolchain: 1.82.0
override: true
components: clippy
- uses: Swatinem/rust-cache@v2
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel = "1.81.0"
channel = "1.82.0"

0 comments on commit 8bbf547

Please sign in to comment.