Merge release

This commit is contained in:
Nikolay Kim 2025-03-11 14:44:57 +05:00
commit 47afec7351
3 changed files with 8 additions and 4 deletions

View file

@ -1,13 +1,17 @@
# Changes
## [0.4.25] - 2025-03-10
## [0.4.26] - 2025-03-xx
* Add "ntex-runtime" support
* Add "neon" runtime support
* Drop glommio support
* Drop async-std support
## [0.4.25] - 2025-03-11
* Adds Send bound to arbiter exec (#514)
## [0.4.24] - 2025-01-03
* Relax runtime requirements

View file

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

View file

@ -67,7 +67,7 @@ ntex-util = "2.8"
ntex-bytes = "0.1.27"
ntex-server = "2.7"
ntex-h2 = "1.8.1"
ntex-rt = "0.4.25"
ntex-rt = "0.4.26"
ntex-io = "2.11"
ntex-net = "2.5"
ntex-tls = "2.3"