Compare commits
1 Commits
Author | SHA1 | Date |
---|---|---|
|
1057807b2b |
|
@ -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
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
[toolchain]
|
[toolchain]
|
||||||
channel = "1.82.0"
|
channel = "1.85.0"
|
||||||
|
|
Loading…
Reference in New Issue