Skip to content

Commit

Permalink
Bump nightly to 2024-04-16 (#1709)
Browse files Browse the repository at this point in the history
Upgrading to hyper>=1 will reqiure that we upgrade axum to >= 0.7. Bumping nightly is required to support axum >= 0.7 on nightly, since it uses features not stabilized before this date. This is in turn reqiured to run `cargo udeps` against tonic and associated crates.
  • Loading branch information
alexrudy authored May 26, 2024
1 parent a0159d3 commit 2f2f3c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly-2024-02-06
toolchain: nightly-2024-04-16
- uses: taiki-e/install-action@cargo-hack
- uses: taiki-e/install-action@cargo-udeps
- name: Install protoc
Expand Down

0 comments on commit 2f2f3c8

Please sign in to comment.