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

Commit db0aef8

Browse files
committed
Use rustc 1.85.0
1 parent e577d5c commit db0aef8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,14 @@ jobs:
2727

2828
steps:
2929
- uses: actions/checkout@master
30-
- uses: actions-rust-lang/setup-rust-toolchain@v1
31-
with:
32-
toolchain: stable,1.85.0
3330
- name: Compile and release
3431
uses: rust-build/rust-build.action@v1.4.5
3532
env:
3633
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3734
with:
3835
RUSTTARGET: ${{ matrix.target }}
3936
ARCHIVE_TYPES: ${{ matrix.archive }}
37+
TOOLCHAIN_VERSION: 1.85.0
4038
- name: Upload artifact
4139
uses: actions/upload-artifact@v4
4240
with:

0 commit comments

Comments
 (0)