Prep release

This commit is contained in:
Nikolay Kim 2023-11-06 16:39:56 +06:00
parent bf7e5f7174
commit 20e27b3f39
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# Changes # Changes
## [0.3.4] ## [0.3.4] - 2023-11-06
* Add UnwindSafe trait on mpsc::Receiver<T> #239 * Add UnwindSafe trait on mpsc::Receiver<T> #239

View file

@ -1,6 +1,6 @@
[package] [package]
name = "ntex-util" name = "ntex-util"
version = "0.3.3" version = "0.3.4"
authors = ["ntex contributors <team@ntex.rs>"] authors = ["ntex contributors <team@ntex.rs>"]
description = "Utilities for ntex framework" description = "Utilities for ntex framework"
keywords = ["network", "framework", "async", "futures"] keywords = ["network", "framework", "async", "futures"]