Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -423,12 +423,7 @@ jobs:
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly-2025-01-24
# Pinning to specific nightly build for now. More recent versions
# (not sure of start date) cause linker problems with OpenSSL native
# code on Mac and Windows, but only when built with minimal dependencies.
# Problem discovered on 2025-01-27.
# TO DO: Investigate and file bugs if necessary against rust-lang.
toolchain: nightly-2025-07-28

- name: Cache Rust dependencies
uses: Swatinem/rust-cache@v2
Expand Down