mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-04 13:27:39 +03:00
Update neon rt
This commit is contained in:
parent
eaec50d8a2
commit
3e19e8ac8d
2 changed files with 7 additions and 3 deletions
|
@ -1,5 +1,9 @@
|
||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
|
## [2.5.8] - 2025-03-25
|
||||||
|
|
||||||
|
* Update neon runtime
|
||||||
|
|
||||||
## [2.5.7] - 2025-03-21
|
## [2.5.7] - 2025-03-21
|
||||||
|
|
||||||
* Simplify neon poll impl
|
* Simplify neon poll impl
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "ntex-net"
|
name = "ntex-net"
|
||||||
version = "2.5.7"
|
version = "2.5.8"
|
||||||
authors = ["ntex contributors <team@ntex.rs>"]
|
authors = ["ntex contributors <team@ntex.rs>"]
|
||||||
description = "ntexwork utils for ntex framework"
|
description = "ntexwork utils for ntex framework"
|
||||||
keywords = ["network", "framework", "async", "futures"]
|
keywords = ["network", "framework", "async", "futures"]
|
||||||
|
@ -40,14 +40,14 @@ ntex-util = "2.5"
|
||||||
|
|
||||||
ntex-tokio = { version = "0.5.3", optional = true }
|
ntex-tokio = { version = "0.5.3", optional = true }
|
||||||
ntex-compio = { version = "0.2.4", optional = true }
|
ntex-compio = { version = "0.2.4", optional = true }
|
||||||
ntex-neon = { version = "0.1.7", optional = true }
|
ntex-neon = { version = "0.1.9", optional = true }
|
||||||
|
|
||||||
bitflags = { workspace = true }
|
bitflags = { workspace = true }
|
||||||
cfg-if = { workspace = true }
|
cfg-if = { workspace = true }
|
||||||
log = { workspace = true }
|
log = { workspace = true }
|
||||||
libc = { workspace = true }
|
libc = { workspace = true }
|
||||||
slab = { workspace = true, optional = true }
|
slab = { workspace = true, optional = true }
|
||||||
socket2 = { workspace = true, optional = true }
|
socket2 = { workspace = true, optional = true, features = ["all"] }
|
||||||
thiserror = { workspace = true }
|
thiserror = { workspace = true }
|
||||||
|
|
||||||
# Linux specific dependencies
|
# Linux specific dependencies
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue