change rust version to 1.93.0
This commit is contained in:
parent
a96efa9696
commit
caa097db0b
2 changed files with 2 additions and 1 deletions
|
|
@ -16,6 +16,7 @@ jobs:
|
|||
- uses: https://git.libre-chip.org/mirrors/rust-cache@v2
|
||||
with:
|
||||
save-if: ${{ github.ref == 'refs/heads/master' }}
|
||||
- run: rustup override set 1.93.0
|
||||
- run: cargo test
|
||||
- run: cargo build --tests --features=unstable-doc
|
||||
- run: cargo test --doc --features=unstable-doc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue