mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-07 00:00:15 +02:00
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:
co-authored by
Leon Felix List
David Pedersen
parent
59007d6111
commit
3747650ae9
@@ -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)
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user