From 63215f72e7db63b1998267d05f1215eeb7ca752e Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sun, 7 Jun 2026 08:54:07 -0700 Subject: [PATCH] Add comment with other MSRV useful points --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd9c7cb9e9c4..1c68288abd72 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,6 +48,7 @@ jobs: - {VERSION: "3.14", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "d099e33e5733bb9d3975fc4f3ac4a85b6ed1a4cb"}} # Builds with various Rust versions. Includes MSRV and next # potential future MSRV. + # - 1.85: 2024 edition # - 1.95: cfg_select - {VERSION: "3.14", NOXSESSION: "rust,tests", RUST: "1.83.0"} - {VERSION: "3.14", NOXSESSION: "rust,tests", RUST: "1.83.0", OPENSSL: {TYPE: "aws-lc", VERSION: "v5.0.0"}}