1
0
Fork 0
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 ()

* 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:
Fxxxlei 2022-04-07 10:24:01 +02:00 committed by GitHub
parent 59007d6111
commit 3747650ae9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

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)

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"