Compare commits

...

1 Commits

Author SHA1 Message Date
Gaius 1057807b2b
chore(release): set toolchain to 1.82.0
Signed-off-by: Gaius <gaius.qi@gmail.com>
2025-02-26 23:49:58 +08:00
2 changed files with 4 additions and 1 deletions

View File

@ -153,6 +153,8 @@ jobs:
- name: Install Rust - name: Install Rust
uses: dtolnay/rust-toolchain@stable uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.85.0
- name: Install dependencies - name: Install dependencies
run: | run: |
@ -163,3 +165,4 @@ jobs:
with: with:
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }} registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
ignore-unpublished-changes: true ignore-unpublished-changes: true
args: --locked

View File

@ -1,2 +1,2 @@
[toolchain] [toolchain]
channel = "1.82.0" channel = "1.85.0"