Skip to content

Commit

Permalink
Another comment on a theoretical future MSRV (#11637)
Browse files Browse the repository at this point in the history
* Another comment on a theoretical future MSRV

* Update ci.yml
  • Loading branch information
alex authored Sep 22, 2024
1 parent 8847c56 commit 4392d2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down

0 comments on commit 4392d2f

Please sign in to comment.