From 6e23d73df0f2b3197ae580f651737ad9473a3df9 Mon Sep 17 00:00:00 2001 From: Christoph Otter Date: Wed, 5 Jun 2024 10:37:28 +0200 Subject: [PATCH] Update CI Rust version --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e60c5617e6..538c01d396 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -90,7 +90,7 @@ workflows: matrix: parameters: # Run with MSRV and some modern stable Rust - rust-version: ["1.74.0", "1.77.0"] + rust-version: ["1.74.0", "1.78.0"] - benchmarking: requires: - package_vm