Skip to content

Commit

Permalink
update rust versions in CI to match SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
aajtodd committed Aug 30, 2024
1 parent 18b22fb commit 25e08c2
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.77'
rust_clippy: '1.78'
# When updating this, also update relevant docs
rust_min: '1.76'
rust_min: '1.78'


defaults:
Expand Down

0 comments on commit 25e08c2

Please sign in to comment.