Update neon

This commit is contained in:
Nikolay Kim 2025-03-26 13:31:46 +01:00
parent 0d3f1293c9
commit 9641300327
2 changed files with 3 additions and 1 deletions

View file

@ -45,6 +45,8 @@ ntex-util = { path = "ntex-util" }
ntex-compio = { path = "ntex-compio" }
ntex-tokio = { path = "ntex-tokio" }
ntex-neon = { git = "https://github.com/ntex-rs/neon.git" }
[workspace.dependencies]
async-task = "4.5.0"
bitflags = "2"

View file

@ -40,7 +40,7 @@ ntex-util = "2.5"
ntex-tokio = { version = "0.5.3", optional = true }
ntex-compio = { version = "0.2.4", optional = true }
ntex-neon = { version = "0.1.10", optional = true }
ntex-neon = { version = "0.1.11", optional = true }
bitflags = { workspace = true }
cfg-if = { workspace = true }