We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47c08cd commit 324c89eCopy full SHA for 324c89e
frameworks/Rust/ntex/Cargo.toml
@@ -67,9 +67,9 @@ neon = ["ntex/neon"]
67
neon-uring = ["ntex/neon-uring"]
68
69
[dependencies]
70
-ntex = "3.0.0-pre.4"
+ntex = "3.0.0-pre.5"
71
ntex-neon = "0.1.35"
72
-ntex-net = "3.0.0-pre.3"
+ntex-net = "3.0.0"
73
ntex-bytes = { version = "1", features=["simd"] }
74
mimalloc = { version = "0.1.25", default-features = false }
75
snmalloc-rs = { version = "0.3.3", features = ["native-cpu"] }
0 commit comments