Remove remnants of spa feature (#1802)

Co-authored-by: David Pedersen <[email protected]>
This commit is contained in:
John Downey
2023-03-03 14:43:19 +00:00
committed by GitHub
co-authored by David Pedersen
parent fd96bce34d
commit db22b7309d
4 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ publish = false
[dependencies]
axum = { path = "../../axum" }
axum-extra = { path = "../../axum-extra", features = ["spa"] }
axum-extra = { path = "../../axum-extra" }
tokio = { version = "1.0", features = ["full"] }
tower = { version = "0.4", features = ["util"] }
tower-http = { version = "0.4.0", features = ["fs", "trace"] }