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 e5770ce commit c9f5a36Copy full SHA for c9f5a36
.github/actions/rust/action.yml
@@ -24,8 +24,7 @@ runs:
24
- name: Install Rust
25
uses: dtolnay/rust-toolchain@21dc36fb71dd22e3317045c0c31a3f4249868b17 # master
26
with:
27
- # TODO: Unpin once https://github.com/rust-lang/rust/issues/135235 is fixed.
28
- toolchain: ${{ inputs.version == 'nightly' && 'nightly-2025-01-07' || inputs.version }}
+ toolchain: ${{ inputs.version }}
29
components: ${{ inputs.components }}
30
targets: ${{ inputs.targets }}
31
0 commit comments