Skip to content

Commit

Permalink
Merge pull request #2933 from o1-labs/dw/adding-1.76-ci
Browse files Browse the repository at this point in the history
CI: add Rust 1.76
  • Loading branch information
dannywillems authored Jan 8, 2025
2 parents 74cc7c8 + 0390c18 commit 6f87ed7
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", "1.75"]
rust_toolchain_version: ["1.71", "1.72", "1.73", "1.74", "1.75", "1.76"]
# 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 6f87ed7

Please sign in to comment.