Update to Rust 1.90

This commit is contained in:
Johannes Altmanninger
2025-09-19 15:43:33 +02:00
parent ff633bd744
commit fb0f9842ae

View File

@@ -14,7 +14,7 @@ permissions:
runs:
using: "composite"
steps:
- uses: dtolnay/rust-toolchain@1.89
- uses: dtolnay/rust-toolchain@1.90
with:
targets: ${{ inputs.targets }}
components: ${{ inputs.components }}