We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7a7b9d commit ceab284Copy full SHA for ceab284
1 file changed
.github/workflows/test.yaml
@@ -271,6 +271,10 @@ jobs:
271
272
- name: Install nightly rust toolchain
273
uses: dtolnay/rust-toolchain@nightly
274
+ with:
275
+ # TODO(XXX): remove toolchain pinning once upstream issue is resolved:
276
+ # https://github.com/rust-lang/rust/issues/139715
277
+ toolchain: nightly-2025-03-25
278
279
- name: Install cbindgen
280
# Pin the installed version of cbindgen so that local usage can be
0 commit comments