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 dd771df commit ad071cfCopy full SHA for ad071cf
.github/workflows/test.yaml
@@ -271,12 +271,8 @@ jobs:
271
with:
272
persist-credentials: false
273
274
- - name: Install nightly rust toolchain
275
- uses: dtolnay/rust-toolchain@nightly
276
- with:
277
- # TODO(XXX): remove toolchain pinning once upstream issue is resolved:
278
- # https://github.com/rust-lang/rust/issues/139715
279
- toolchain: nightly-2025-03-25
+ - name: Install stable rust toolchain
+ uses: dtolnay/rust-toolchain@stable
280
281
- name: Install cbindgen
282
# Pin the installed version of cbindgen so that local usage can be
0 commit comments