Skip to content

Commit b16b0d8

Browse files
authored
ntex: Use released version (#9747)
1 parent bfcff36 commit b16b0d8

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

frameworks/Rust/ntex/Cargo.toml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ neon-uring = ["ntex/neon-uring"]
6969
[dependencies]
7070
ntex = "2.12"
7171
ntex-compio = "0.2"
72+
ntex-neon = "0.1.13"
73+
ntex-net = "2.5.9"
7274
ntex-bytes = { version = "0.1.21", features=["simd"] }
7375
mimalloc = { version = "0.1.25", default-features = false }
7476
snmalloc-rs = { version = "0.3.3", features = ["native-cpu"] }
@@ -88,12 +90,6 @@ tokio-postgres = { git="https://github.com/fafhrd91/postgres.git", branch="ntex-
8890
[target.'cfg(target_os = "linux")'.dependencies]
8991
compio-driver = { version = "*", features = ["io-uring"]}
9092

91-
[patch.crates-io]
92-
ntex = { git = "https://github.com/ntex-rs/ntex.git" }
93-
ntex-io = { git = "https://github.com/ntex-rs/ntex.git" }
94-
ntex-net = { git = "https://github.com/ntex-rs/ntex.git" }
95-
ntex-rt = { git = "https://github.com/ntex-rs/ntex.git" }
96-
9793
[profile.release]
9894
opt-level = 3
9995
codegen-units = 1

0 commit comments

Comments
 (0)