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

Commit 2acd7bd

Browse files
author
Itsusinn
committed
ci: change toolchain version
1 parent 7b5f13b commit 2acd7bd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pre-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
9292
- uses: dtolnay/rust-toolchain@master
9393
with:
94-
toolchain: nightly-2022-11-01
94+
toolchain: nightly
9595
target: ${{ matrix.target }}
9696

9797
- uses: actions-rs/cargo@v1

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
env:
99
SHORT_NAME: center
10-
CRATE_NAME: msgist-center
10+
CRATE_NAME: mesagisto-center
1111

1212
jobs:
1313
compile:
@@ -90,7 +90,7 @@ jobs:
9090
9191
- uses: dtolnay/rust-toolchain@master
9292
with:
93-
toolchain: nightly-2022-09-14
93+
toolchain: nightly
9494
target: ${{ matrix.target }}
9595

9696
- uses: actions-rs/cargo@v1

0 commit comments

Comments
 (0)