Skip to content

Commit

Permalink
assoc type bounds requires newer rustc
Browse files Browse the repository at this point in the history
  • Loading branch information
aajtodd committed Aug 30, 2024
1 parent 25e08c2 commit e14426e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e14426e

Please sign in to comment.