Skip to content

Commit

Permalink
CI: adding Rust 1.75
Browse files Browse the repository at this point in the history
  • Loading branch information
dannywillems committed Jan 7, 2025
1 parent c4a5de1 commit 5f36086
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 5f36086

Please sign in to comment.