diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e5822fd18fe..96c8704b4e74 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,6 +50,8 @@ jobs: - {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "7f62adaf2b088de38ad2e534d0bfae2ff7ae01f2"}} # Builds with various Rust versions. Includes MSRV and next # potential future MSRV. + # - 1.70: crates.io sparse protocol by default + # - 1.77: offset_of! in std (for pyo3) # - 1.80: LazyLock in std - {VERSION: "3.12", NOXSESSION: "rust,tests", RUST: "1.65.0"} - {VERSION: "3.12", NOXSESSION: "rust,tests", RUST: "beta"}