We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7818f0b commit c249669Copy full SHA for c249669
.github/workflows/ci.yml
@@ -51,7 +51,7 @@ jobs:
51
# - 1.70: crates.io sparse protocol by default
52
# - 1.77: offset_of! in std (for pyo3)
53
# - 1.80: LazyLock in std
54
- - {VERSION: "3.13", NOXSESSION: "rust,tests", RUST: "1.65.0"}
+ - {VERSION: "3.13", NOXSESSION: "rust,tests", RUST: "1.70.0"}
55
- {VERSION: "3.13", NOXSESSION: "rust,tests", RUST: "beta"}
56
- {VERSION: "3.13", NOXSESSION: "rust,tests", RUST: "nightly"}
57
- {VERSION: "3.13", NOXSESSION: "tests-rust-debug"}
0 commit comments