We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c83c58a commit 1ccd310Copy full SHA for 1ccd310
1 file changed
.github/workflows/ci.yml
@@ -111,7 +111,7 @@ jobs:
111
- uses: actions/checkout@v6
112
with:
113
persist-credentials: false
114
- - uses: dtolnay/rust-toolchain@efa25f7f19611383d5b0ccf2d1c8914531636bf9 # master
+ - uses: dtolnay/rust-toolchain@3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9 # master
115
116
toolchain: nightly
117
components: clippy
@@ -132,7 +132,7 @@ jobs:
132
133
134
135
136
137
138
components: rustfmt
0 commit comments