Prep release

This commit is contained in:
Nikolay Kim 2023-04-11 10:00:58 -07:00
parent 5ad93d7890
commit 0669fccf09
4 changed files with 6 additions and 7 deletions

View file

@ -44,9 +44,9 @@ ntex-util = "0.2.0"
log = "0.4"
thiserror = "1.0"
ntex-tokio = { version = "0.2.1", optional = true }
ntex-glommio = { version = "0.2.1", optional = true }
ntex-async-std = { version = "0.2.1", optional = true }
ntex-tokio = { version = "0.2.3", optional = true }
ntex-glommio = { version = "0.2.3", optional = true }
ntex-async-std = { version = "0.2.2", optional = true }
# openssl
tls-openssl = { version="0.10", package = "openssl", optional = true }

View file

@ -1,6 +1,6 @@
# Changes
## [0.2.3] - 2023-04-08
## [0.2.3] - 2023-04-11
* Chore upgrade glommio to 0.8

View file

@ -1,7 +1,6 @@
# Changes
## [0.4.9] - 2023-04-08
## [0.4.9] - 2023-04-11
* Chore upgrade glommio to 0.8

View file

@ -1,6 +1,6 @@
[package]
name = "ntex-rt"
version = "0.4.8"
version = "0.4.9"
authors = ["ntex contributors <team@ntex.rs>"]
description = "ntex runtime"
keywords = ["network", "framework", "async", "futures"]