Skip to content

Commit

Permalink
Patch axum dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed May 3, 2024
1 parent 36272f2 commit 06c8f64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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 @@ -58,7 +58,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
with:
toolchain: nightly-2024-04-16
toolchain: nightly-2024-02-07
components: rustfmt
- name: external-type-check
run: |
Expand Down
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,6 @@ tracing-subscriber = { version = "0.3", default-features = false }
url = { version = "2.2", default-features = false }

[patch.crates-io]
axum = { git = "https://github.com/tokio-rs/axum.git", rev = "cfb48a62cf2379871efe59d8b1a2b5c3dae58916" }
axum-core = { git = "https://github.com/tokio-rs/axum.git", rev = "cfb48a62cf2379871efe59d8b1a2b5c3dae58916" }
tonic = { git = "https://github.com/hyperium/tonic.git", rev = "3c013ea89558e8e2bb4b2af3949c342188ebd485" }

0 comments on commit 06c8f64

Please sign in to comment.