Skip to content

Commit e238863

Browse files
authored
Update publish.yml toolchain from stable to nightly version
1 parent 38f5092 commit e238863

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/publish.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ jobs:
3131
- name: Set up Rust
3232
uses: actions-rs/toolchain@v1
3333
with:
34-
toolchain: stable
35-
override: true
34+
toolchain: nightly
35+
override: true
36+
components: rustfmt, clippy
3637
- name: Update version in Cargo.toml
3738
run: |
3839
VERSION=$(echo ${{ github.ref }} | sed 's/refs\/tags\/v//')

0 commit comments

Comments
 (0)