Skip to content

Commit

Permalink
Merge pull request #2932 from o1-labs/dw/adding-1.75-ci
Browse files Browse the repository at this point in the history
CI: adding Rust 1.75
  • Loading branch information
dannywillems authored Jan 8, 2025
2 parents 5957c0d + 5f36086 commit 35e663e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
RUST_TOOLCHAIN_COVERAGE_VERSION: "1.74"
strategy:
matrix:
rust_toolchain_version: ["1.71", "1.72", "1.73", "1.74"]
rust_toolchain_version: ["1.71", "1.72", "1.73", "1.74", "1.75"]
# FIXME: currently not available for 5.0.0.
# It might be related to boxroot dependency, and we would need to bump
# up the ocaml-rs dependency
Expand Down

0 comments on commit 35e663e

Please sign in to comment.