mirror of
https://github.com/datahaven-xyz/datahaven
synced 2026-05-24 01:38:32 +00:00
Revert #362, back to Rust toolchain v1.88.0, as the newer version causes an issue in the runtime release publishing flow.
This commit is contained in:
parent
a0ab11afec
commit
9de44b84fe
2 changed files with 2 additions and 2 deletions
2
.github/workflows/task-check-licenses.yml
vendored
2
.github/workflows/task-check-licenses.yml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
- name: Install Rust toolchain
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: 1.90.0
|
||||
toolchain: 1.88.0
|
||||
override: true
|
||||
- name: Verify Licenses
|
||||
working-directory: operator
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
[toolchain]
|
||||
channel = "1.90.0"
|
||||
channel = "1.88.0"
|
||||
components = [
|
||||
"cargo",
|
||||
"clippy",
|
||||
|
|
|
|||
Loading…
Reference in a new issue