From e14426e0bc14b99bb1877f7d9c6a3852566310f6 Mon Sep 17 00:00:00 2001 From: Aaron J Todd Date: Fri, 30 Aug 2024 12:01:41 -0400 Subject: [PATCH] assoc type bounds requires newer rustc --- .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 0156196..8fefaed 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.78' + rust_clippy: '1.79' # When updating this, also update relevant docs - rust_min: '1.78' + rust_min: '1.79' defaults: