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 72765d2 commit abe67f8Copy full SHA for abe67f8
.github/workflows/test.yml
@@ -96,7 +96,7 @@ jobs:
96
97
- name: Set up rust toolchain
98
if: matrix.package == 'stellar' && matrix.variant == 'compile'
99
- uses: actions-rust-lang/setup-rust-toolchain@2fcdc490d667999e01ddbbf0f2823181beef6b39 # v1.15.0
+ uses: actions-rust-lang/setup-rust-toolchain@1780873c7b576612439a134613cc4cc74ce5538c # v1.15.2
100
with:
101
toolchain: stable, nightly
102
components: clippy, rustfmt, llvm-tools-preview
0 commit comments