Remove unnecessary default features for axum from axum-extra (#913)

* Remove unnecessary default features for axum from axum-extra

* Update changelog

Co-authored-by: Leon Felix List <[email protected]>
Co-authored-by: David Pedersen <[email protected]>
This commit is contained in:
Fxxxlei
2022-04-07 08:24:01 +00:00
committed by GitHub
co-authored by Leon Felix List David Pedersen
parent 59007d6111
commit 3747650ae9
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning].
# Unreleased
- None.
- **fixed:** Don't depend on axum with default features enabled ([#913])
[#913]: https://github.com/tokio-rs/axum/pull/913
# 0.2.1 (03. April, 2022)
+1 -1
View File
@@ -18,7 +18,7 @@ cookie = ["cookie-lib"]
spa = ["tower-http/fs"]
[dependencies]
axum = { path = "../axum", version = "0.5" }
axum = { path = "../axum", version = "0.5", default-features = false }
bytes = "1.1.0"
http = "0.2"
mime = "0.3"