Skip to content

Commit 5dec37f

Browse files
committed
Patch axum dependency
1 parent d3c1fe9 commit 5dec37f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- uses: actions/checkout@v4
5959
- uses: dtolnay/rust-toolchain@nightly
6060
with:
61-
toolchain: nightly-2024-04-16
61+
toolchain: nightly-2024-02-07
6262
components: rustfmt
6363
- name: external-type-check
6464
run: |

Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,6 @@ tracing-subscriber = { version = "0.3", default-features = false }
5252
url = { version = "2.2", default-features = false }
5353

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

0 commit comments

Comments
 (0)