From 132f892c15ab604818df41802544d507d5d8a5b5 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Sat, 4 Nov 2023 23:19:42 +0100 Subject: [PATCH] Upgrade clippy in CI to Rust 1.73.0 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index bdaa6df4c7..38ee07c097 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -72,7 +72,7 @@ workflows: matrix: parameters: # Run with MSRV and some modern stable Rust - rust-version: ["1.70.0", "1.72.0"] + rust-version: ["1.70.0", "1.73.0"] - benchmarking: requires: - package_vm