prepare release

This commit is contained in:
Nikolay Kim 2022-06-20 21:56:33 +06:00
parent 5a317554f9
commit 8c611466b1
3 changed files with 3 additions and 3 deletions

View file

@ -38,7 +38,7 @@ ntex-service = "0.3.1"
ntex-bytes = "0.1.15"
ntex-http = "0.1.0"
ntex-io = "0.1.8"
ntex-rt = "0.4.4"
ntex-rt = "0.4.5"
ntex-tls = "0.1.5"
ntex-util = "0.1.17"
log = "0.4"

View file

@ -1,6 +1,6 @@
# Changes
## [0.4.6] - 2022-06-20
## [0.4.5] - 2022-06-20
* Add spawn_blocking stub

View file

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