Specify non-git axum dependency

This commit is contained in:
Rob Wagner 2023-07-22 19:24:13 -04:00
parent a397d05e31
commit 3cae3184c8
No known key found for this signature in database
GPG key ID: 53CCB4497B15CF61

View file

@ -11,4 +11,4 @@ version = "0.1.0"
edition = "2021"
[dependencies]
axum = { git = "https://github.com/tokio-rs/axum", branch = "main", default-features = false }
axum = { version = "0.6", default-features = false }