Skip to content

Commit c30fe07

Browse files
committed
fix: bump rust version
1 parent 27fb836 commit c30fe07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
rust-toolchain: [1.82.0]
15+
rust-toolchain: [1.86.0]
1616
runs-on: ["ubuntu-24.04", "ubuntu-24.04-arm64", "macos-15"]
1717
runs-on: ${{ matrix.runs-on }}
1818
env:
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v4
2424

2525
- name: Install toolchain
26-
uses: dtolnay/rust-toolchain@315e265cd78dad1e1dcf3a5074f6d6c47029d5aa
26+
uses: dtolnay/rust-toolchain@56f84321dbccf38fb67ce29ab63e4754056677e0
2727
with:
2828
toolchain: ${{ matrix.rust-toolchain }}
2929
components: rustfmt, clippy

0 commit comments

Comments
 (0)