Prep release

This commit is contained in:
Nikolay Kim 2023-11-03 17:38:46 +06:00
parent 24ff5d6909
commit acc5973eee
4 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
# Changes
## [0.3.4] - 2023-11-03
## [0.3.5] - 2023-11-03
* Add Io::force_ready_ready() and Io::poll_force_ready_ready() methods

View file

@ -1,6 +1,6 @@
[package]
name = "ntex-io"
version = "0.3.4"
version = "0.3.5"
authors = ["ntex contributors <team@ntex.rs>"]
description = "Utilities for encoding and decoding frames"
keywords = ["network", "framework", "async", "futures"]

View file

@ -26,7 +26,7 @@ rustls = ["tls_rust"]
[dependencies]
ntex-bytes = "0.1.19"
ntex-io = "0.3.4"
ntex-io = "0.3.5"
ntex-util = "0.3.3"
ntex-service = "1.2.7"
log = "0.4"

View file

@ -58,8 +58,8 @@ ntex-util = "0.3.3"
ntex-bytes = "0.1.19"
ntex-h2 = "0.4.3"
ntex-rt = "0.4.10"
ntex-io = "0.3.4"
ntex-tls = "0.3.1"
ntex-io = "0.3.5"
ntex-tls = "0.3.2"
ntex-tokio = { version = "0.3.0", optional = true }
ntex-glommio = { version = "0.3.0", optional = true }
ntex-async-std = { version = "0.3.0", optional = true }