update rust version to 1.93.0
This commit is contained in:
parent
f88346ea37
commit
68a4373bbd
2 changed files with 2 additions and 1 deletions
|
|
@ -16,4 +16,5 @@ jobs:
|
||||||
- uses: https://git.libre-chip.org/mirrors/rust-cache@v2
|
- uses: https://git.libre-chip.org/mirrors/rust-cache@v2
|
||||||
with:
|
with:
|
||||||
save-if: ${{ github.ref == 'refs/heads/master' }}
|
save-if: ${{ github.ref == 'refs/heads/master' }}
|
||||||
|
- run: rustup override set 1.93.0
|
||||||
- run: cargo test
|
- run: cargo test
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ edition = "2024"
|
||||||
repository = ""
|
repository = ""
|
||||||
keywords = []
|
keywords = []
|
||||||
categories = []
|
categories = []
|
||||||
rust-version = "1.89.0"
|
rust-version = "1.93.0"
|
||||||
|
|
||||||
[workspace.dependencies]
|
[workspace.dependencies]
|
||||||
base16ct = "1.0.0"
|
base16ct = "1.0.0"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue