mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-08 10:51:15 -03:00
Explicitly use fully qualified rust version numbers
The action expands these internally, but then rust-toolchain.toml is interpreted literally, and 1.88 is technically a different toolchain from 1.88.0.
This commit is contained in:
@@ -17,7 +17,7 @@ runs:
|
|||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
# also update in rust-toolchain.toml
|
# also update in rust-toolchain.toml
|
||||||
- uses: dtolnay/rust-toolchain@1.88
|
- uses: dtolnay/rust-toolchain@1.88.0
|
||||||
with:
|
with:
|
||||||
targets: ${{ inputs.targets }}
|
targets: ${{ inputs.targets }}
|
||||||
components: ${{ inputs.components }}
|
components: ${{ inputs.components }}
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
[toolchain]
|
[toolchain]
|
||||||
# also update in .github/actions/rust-toolchain@stable/action.yml
|
# also update in .github/actions/rust-toolchain@stable/action.yml
|
||||||
channel = "1.88"
|
channel = "1.88.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user