Skip to content

Commit

Permalink
depend on axum-macros 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpdrsn committed May 18, 2022
1 parent 8c03bbf commit 0d56462
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 @@ -33,7 +33,7 @@ tower-layer = "0.3"
tower-service = "0.3"

# optional dependencies
axum-macros = { path = "../axum-macros", version = "0.2.1", optional = true }
axum-macros = { path = "../axum-macros", version = "0.2.2", optional = true }
serde = { version = "1.0", optional = true }
serde_json = { version = "1.0.71", optional = true }
percent-encoding = { version = "2.1", optional = true }
Expand Down

0 comments on commit 0d56462

Please sign in to comment.