Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Commit

Permalink
ci: change toolchain version
Browse files Browse the repository at this point in the history
  • Loading branch information
Itsusinn committed Jan 16, 2023
1 parent 7b5f13b commit 2acd7bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly-2022-11-01
toolchain: nightly
target: ${{ matrix.target }}

- uses: actions-rs/cargo@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
SHORT_NAME: center
CRATE_NAME: msgist-center
CRATE_NAME: mesagisto-center

jobs:
compile:
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly-2022-09-14
toolchain: nightly
target: ${{ matrix.target }}

- uses: actions-rs/cargo@v1
Expand Down

0 comments on commit 2acd7bd

Please sign in to comment.