revert: ♻ Revert Rust toolchain to 1.88.0 (revert PR #362) (#392)

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:
Steve Degosserie 2026-01-14 08:37:27 +01:00 committed by GitHub
parent a0ab11afec
commit 9de44b84fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -1,5 +1,5 @@
[toolchain]
channel = "1.90.0"
channel = "1.88.0"
components = [
"cargo",
"clippy",