Skip to content

Commit b8b8caa

Browse files
committed
chore: toolchain stable
1 parent 549a350 commit b8b8caa

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
uses: dtolnay/rust-toolchain@stable
107107
if: ${{ !matrix.settings.docker }}
108108
with:
109-
toolchain: nightly-2023-11-04
109+
toolchain: stable
110110
targets: ${{ matrix.settings.target }}
111111
- name: Cache cargo
112112
uses: actions/cache@v3

rust-toolchain.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
[toolchain]
2-
channel = "nightly-2023-11-04"
3-
components = ["clippy", "rustfmt", "rust-src", "rustc-dev"]
2+
channel = "stable"

0 commit comments

Comments
 (0)