Remove aide feat
This commit is contained in:
parent
2b24a6def1
commit
5134624b06
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ axum-typed-routing = { path = "../vendor/axum-typed-routing", version = "0.2.0"}
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
axum = "0.8"
|
axum = "0.8"
|
||||||
axum-typed-routing = { path = "../vendor/axum-typed-routing", version = "0.2.0", features = ["aide"]}
|
axum-typed-routing = { path = "../vendor/axum-typed-routing", version = "0.2.0", features = []}
|
||||||
axum-test = { version = "17", features = [] }
|
axum-test = { version = "17", features = [] }
|
||||||
json = "0.12"
|
json = "0.12"
|
||||||
serde = { version = "1", features = ["derive"] }
|
serde = { version = "1", features = ["derive"] }
|
||||||
|
|
Reference in a new issue