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
24ff5d6909
commit
acc5973eee
4 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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"]
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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 }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue