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
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
- {VERSION: "3.13", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "208361a22e217afca0081acf78b2a3f3cf328a7e"}}
# Latest tag of AWS-LC main branch, as of Aug 28, 2025.
- {VERSION: "3.13", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "aws-lc", VERSION: "v1.59.0"}}
# Latest commit on the OpenSSL master branch, as of Aug 30, 2025.
- {VERSION: "3.13", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "0b00e23df82af08ba04f482745bd7ddbff2da34b"}}
# Latest commit on the OpenSSL master branch, as of Aug 31, 2025.
- {VERSION: "3.13", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "996804019490c9d5a2ed2bd188860fd7d6940676"}}
# Builds with various Rust versions. Includes MSRV and next
# potential future MSRV.
# - 1.77: offset_of! in std (for pyo3), c"str" literals (replace cstr_from_literal)
Expand Down
Loading