We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e24e44 commit 88e8c28Copy full SHA for 88e8c28
1 file changed
.github/workflows/ci.yml
@@ -43,8 +43,8 @@ jobs:
43
- {VERSION: "3.12-dev", NOXSESSION: "tests"}
44
# Latest commit on the BoringSSL master branch, as of May 27, 2023.
45
- {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "boringssl", VERSION: "b0a026f8541c551854efd617021bb276f1fe5c23"}}
46
- # Latest commit on the OpenSSL master branch, as of May 26, 2023.
47
- - {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "0bf7e94c10f1b00510b8a36cdcbedc02a66468be"}}
+ # Latest commit on the OpenSSL master branch, as of May 30, 2023.
+ - {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "36424806d699233b9a90a3a97fff3011828e2548"}}
48
# Builds with various Rust versions. Includes MSRV and potential
49
# future MSRV:
50
# 1.60 - pem 2.0.1
0 commit comments