Skip to content

Commit

Permalink
Support the axum stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
robertwayne committed Jul 22, 2023
1 parent c00fbc4 commit 92321a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -11,4 +11,4 @@ version = "0.1.0"
edition = "2021"

[dependencies]
axum = { git = "https://github.com/tokio-rs/axum", branch = "main", commit = "7093cee0ace5c3cb81ab6f970ae6ff0e966643ea", default-features = false }
axum = { version = "0.6", default-features = false }

0 comments on commit 92321a9

Please sign in to comment.