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 baca253 commit 82c2064Copy full SHA for 82c2064
.github/workflows/ci.yml
@@ -423,12 +423,7 @@ jobs:
423
- name: Install Rust toolchain
424
uses: dtolnay/rust-toolchain@master
425
with:
426
- toolchain: nightly-2025-01-24
427
- # Pinning to specific nightly build for now. More recent versions
428
- # (not sure of start date) cause linker problems with OpenSSL native
429
- # code on Mac and Windows, but only when built with minimal dependencies.
430
- # Problem discovered on 2025-01-27.
431
- # TO DO: Investigate and file bugs if necessary against rust-lang.
+ toolchain: nightly-2025-07-28
432
433
- name: Cache Rust dependencies
434
uses: Swatinem/rust-cache@v2
0 commit comments