mirror of
https://github.com/tokio-rs/axum.git
synced 2025-04-26 13:56:22 +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 <uwdxx@student.kit.edu> Co-authored-by: David Pedersen <david.pdrsn@gmail.com>
This commit is contained in:
parent
59007d6111
commit
3747650ae9
2 changed files with 4 additions and 2 deletions
axum-extra
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue