From e43f3fe476876588414b18f4c65dc4e2a5bb649d Mon Sep 17 00:00:00 2001 From: Danny Willems Date: Fri, 8 Mar 2024 15:57:27 +0100 Subject: [PATCH] CI: update rust toolchains --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index d2524fc531..1e2cb8b1b7 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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