Skip to content

Commit 34fc862

Browse files
committed
feat: v5.24.0
1 parent 49f32ff commit 34fc862

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "http-type"
3-
version = "5.23.2"
3+
version = "5.24.0"
44
readme = "README.md"
55
edition = "2024"
66
authors = ["root@ltpp.vip"]

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ pub use websocket_frame::*;
5050

5151
pub use http_compress::*;
5252
pub use http_constant::*;
53+
pub use serde_json;
5354
pub use tokio;
5455

5556
pub(crate) use core::hash::BuildHasherDefault;

0 commit comments

Comments
 (0)