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: