We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e18658d commit a7b33a3Copy full SHA for a7b33a3
.github/actions/rust/action.yml
@@ -24,9 +24,7 @@ runs:
24
- name: Install Rust
25
uses: dtolnay/rust-toolchain@21dc36fb71dd22e3317045c0c31a3f4249868b17 # master
26
with:
27
- # Nightly pinned due to <https://github.com/mozilla/neqo/issues/2369>
28
- # for now.
29
- toolchain: ${{ inputs.version == 'nightly' && 'nightly-2025-01-15' || inputs.version }}
+ toolchain: ${{ inputs.version }}
30
components: ${{ inputs.components }}
31
targets: ${{ inputs.targets }}
32
0 commit comments