mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
Merge release
This commit is contained in:
commit
47afec7351
3 changed files with 8 additions and 4 deletions
|
@ -1,13 +1,17 @@
|
||||||
# Changes
|
# 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 glommio support
|
||||||
|
|
||||||
* Drop async-std support
|
* Drop async-std support
|
||||||
|
|
||||||
|
## [0.4.25] - 2025-03-11
|
||||||
|
|
||||||
|
* Adds Send bound to arbiter exec (#514)
|
||||||
|
|
||||||
## [0.4.24] - 2025-01-03
|
## [0.4.24] - 2025-01-03
|
||||||
|
|
||||||
* Relax runtime requirements
|
* Relax runtime requirements
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "ntex-rt"
|
name = "ntex-rt"
|
||||||
version = "0.4.25"
|
version = "0.4.26"
|
||||||
authors = ["ntex contributors <team@ntex.rs>"]
|
authors = ["ntex contributors <team@ntex.rs>"]
|
||||||
description = "ntex runtime"
|
description = "ntex runtime"
|
||||||
keywords = ["network", "framework", "async", "futures"]
|
keywords = ["network", "framework", "async", "futures"]
|
||||||
|
|
|
@ -67,7 +67,7 @@ ntex-util = "2.8"
|
||||||
ntex-bytes = "0.1.27"
|
ntex-bytes = "0.1.27"
|
||||||
ntex-server = "2.7"
|
ntex-server = "2.7"
|
||||||
ntex-h2 = "1.8.1"
|
ntex-h2 = "1.8.1"
|
||||||
ntex-rt = "0.4.25"
|
ntex-rt = "0.4.26"
|
||||||
ntex-io = "2.11"
|
ntex-io = "2.11"
|
||||||
ntex-net = "2.5"
|
ntex-net = "2.5"
|
||||||
ntex-tls = "2.3"
|
ntex-tls = "2.3"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue