mirror of
https://github.com/robertwayne/axum-htmx
synced 2024-11-27 13:44:55 +01:00
Specify non-git axum dependency
This commit is contained in:
parent
a397d05e31
commit
3cae3184c8
1 changed files with 1 additions and 1 deletions
|
@ -11,4 +11,4 @@ version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
axum = { git = "https://github.com/tokio-rs/axum", branch = "main", default-features = false }
|
axum = { version = "0.6", default-features = false }
|
||||||
|
|
Loading…
Reference in a new issue