mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
Prep release
This commit is contained in:
parent
5c17aa1f99
commit
e4c58fa363
2 changed files with 6 additions and 2 deletions
|
@ -1,5 +1,9 @@
|
|||
# Changes
|
||||
|
||||
## [0.3.3] - 2023-11-02
|
||||
|
||||
* Add FusedStream trait on mpsc::Receiver<T> #235
|
||||
|
||||
## [0.3.2] - 2023-09-11
|
||||
|
||||
* Add missing fmt::Debug impls
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "ntex-util"
|
||||
version = "0.3.2"
|
||||
version = "0.3.3"
|
||||
authors = ["ntex contributors <team@ntex.rs>"]
|
||||
description = "Utilities for ntex framework"
|
||||
keywords = ["network", "framework", "async", "futures"]
|
||||
|
@ -28,7 +28,7 @@ futures-sink = { version = "0.3", default-features = false, features = ["alloc"]
|
|||
pin-project-lite = "0.2.9"
|
||||
|
||||
[dev-dependencies]
|
||||
ntex = { version = "0.7.0", features = ["tokio"] }
|
||||
ntex = { version = "0.7", features = ["tokio"] }
|
||||
ntex-bytes = "0.1.18"
|
||||
ntex-macros = "0.1.3"
|
||||
futures-util = { version = "0.3", default-features = false, features = ["alloc"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue