Skip to content

Commit

Permalink
Enable tracing's std feature for error_response
Browse files Browse the repository at this point in the history
  • Loading branch information
jplatte authored Nov 17, 2024
1 parent 5a91719 commit 3a54fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion axum-extra/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ default = ["tracing", "multipart"]

async-read-body = ["dep:tokio-util", "tokio-util?/io", "dep:tokio"]
attachment = ["dep:tracing"]
error_response = ["dep:tracing"]
error_response = ["dep:tracing", "tracing/std"]
cookie = ["dep:cookie"]
cookie-private = ["cookie", "cookie?/private"]
cookie-signed = ["cookie", "cookie?/signed"]
Expand Down

0 comments on commit 3a54fd3

Please sign in to comment.