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 52e4dfb commit 0f075b6Copy full SHA for 0f075b6
.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@fb51252c7ba57d633bc668f941da052e410add48 #v1.13.0
+ uses: actions-rust-lang/setup-rust-toolchain@2fcdc490d667999e01ddbbf0f2823181beef6b39 # v1.15.0
100
with:
101
toolchain: stable, nightly
102
components: clippy, rustfmt, llvm-tools-preview
0 commit comments