Skip to content

Commit 04e5643

Browse files
committed
Lock axum to 0.7.4
Version 0.7.5 triggers a warning in our version of rust nightly in CI, but we can't update it to a recent version because it triggers a warning caused by displaydoc Signed-off-by: Kévin Commaille <[email protected]>
1 parent d2bb17a commit 04e5643

File tree

2 files changed

+30
-16
lines changed

2 files changed

+30
-16
lines changed

Cargo.lock

Lines changed: 29 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/matrix-sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ as_variant = { workspace = true }
7070
async-channel = "2.1.0"
7171
async-stream = { workspace = true }
7272
async-trait = { workspace = true }
73-
axum = { version = "0.7.5", optional = true }
73+
axum = { version = "0.7.4", optional = true }
7474
bytes = "1.1.0"
7575
bytesize = "1.1"
7676
cfg-vis = "0.3.0"

0 commit comments

Comments
 (0)