Skip to content

Commit 65f254d

Browse files
a2p1k02robjtede
andauthored
Re-export mime types for easier access #3603 (#3624)
* Re-export mime types for easier access #3603 * docs: update changelog --------- Co-authored-by: Rob Ede <robjtede@icloud.com>
1 parent 25511df commit 65f254d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

actix-web/CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- Add `HttpServer::shutdown_signal()` method.
66
- Mark `HttpServer` as `#[must_use]`.
7+
- Re-export `mime` dependency.
78
- Update `brotli` dependency to `8`.
89

910
## 4.10.2

actix-web/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ pub use actix_http::{body, HttpMessage};
7878
#[cfg(feature = "cookies")]
7979
#[doc(inline)]
8080
pub use cookie;
81-
81+
pub use mime;
8282
mod app;
8383
mod app_service;
8484
mod config;

0 commit comments

Comments
 (0)