Skip to content

Commit

Permalink
CI: update rust toolchains
Browse files Browse the repository at this point in the history
  • Loading branch information
dannywillems committed Mar 8, 2024
1 parent 36853bd commit e43f3fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run_checks:
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", "1.76", "beta"]
# 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 e43f3fe

Please sign in to comment.