Skip to content

Commit

Permalink
Upgrade latest Rust to 1.80
Browse files Browse the repository at this point in the history
  • Loading branch information
eaufavor committed Jul 26, 2024
1 parent 8af7348 commit f23ca7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
pingora:
strategy:
matrix:
toolchain: [nightly, 1.72, 1.79]
toolchain: [nightly, 1.72, 1.80]
runs-on: ubuntu-latest
# Only run on "pull_request" event for external PRs. This is to avoid
# duplicate builds for PRs created from internal branches.
Expand Down

0 comments on commit f23ca7f

Please sign in to comment.