upgrade to rust 1.89.0
This commit is contained in:
parent
7de7d5435a
commit
aa50ae543e
2 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ jobs:
|
|||
z3 \
|
||||
zlib1g-dev
|
||||
- run: |
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain 1.82.0
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain 1.89.0
|
||||
source "$HOME/.cargo/env"
|
||||
echo "$PATH" >> "$GITHUB_PATH"
|
||||
- uses: https://git.libre-chip.org/mirrors/cache/restore@v3
|
||||
|
|
|
@ -11,7 +11,7 @@ edition = "2021"
|
|||
repository = ""
|
||||
keywords = []
|
||||
categories = []
|
||||
rust-version = "1.82.0"
|
||||
rust-version = "1.89.0"
|
||||
|
||||
[workspace.dependencies]
|
||||
fayalite = { git = "https://git.libre-chip.org/libre-chip/fayalite.git", version = "0.3.0", branch = "master" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue