build: ⬆️ Bump Rust version to 1.90.0 (#362)

## Summary
- Bump Rust toolchain from 1.88.0 to 1.90.0 in
`operator/rust-toolchain.toml`
- Update hardcoded Rust version in
`.github/workflows/task-check-licenses.yml` to match

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Co-authored-by: Ahmad Kaouk <56095276+ahmadkaouk@users.noreply.github.com>
This commit is contained in:
Steve Degosserie 2025-12-19 08:43:01 +01:00 committed by GitHub
parent 09d8799b0c
commit 58296f5e87
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.88.0
toolchain: 1.90.0
override: true
- name: Verify Licenses
working-directory: operator

View file

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