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 607dd0c commit 36d65d7Copy full SHA for 36d65d7
.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@ac90e63697ac2784f4ecfe2964e1a285c304003a # v1.14.1
100
with:
101
toolchain: stable, nightly
102
components: clippy, rustfmt, llvm-tools-preview
0 commit comments