From 67ae51f034c66a9f79656e74165730cf53c63a58 Mon Sep 17 00:00:00 2001 From: Aaron J Todd Date: Fri, 20 Dec 2024 10:47:02 -0500 Subject: [PATCH] fix minrust --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7fa57a9..d8af145 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,9 +15,9 @@ env: # Change to specific Rust release to pin rust_stable: stable rust_nightly: nightly-2024-07-07 - rust_clippy: '1.79' + rust_clippy: '1.81' # When updating this, also update relevant docs - rust_min: '1.79' + rust_min: '1.81' defaults: