Browse Source

ntex: Use released version (#9747)

Nikolay Kim 4 months ago
parent
commit
b16b0d8a25
1 changed files with 2 additions and 6 deletions
  1. 2 6
      frameworks/Rust/ntex/Cargo.toml

+ 2 - 6
frameworks/Rust/ntex/Cargo.toml

@@ -69,6 +69,8 @@ neon-uring = ["ntex/neon-uring"]
 [dependencies]
 [dependencies]
 ntex = "2.12"
 ntex = "2.12"
 ntex-compio = "0.2"
 ntex-compio = "0.2"
+ntex-neon = "0.1.13"
+ntex-net = "2.5.9"
 ntex-bytes = { version = "0.1.21", features=["simd"] }
 ntex-bytes = { version = "0.1.21", features=["simd"] }
 mimalloc = { version = "0.1.25", default-features = false }
 mimalloc = { version = "0.1.25", default-features = false }
 snmalloc-rs = { version = "0.3.3", features = ["native-cpu"] }
 snmalloc-rs = { version = "0.3.3", features = ["native-cpu"] }
@@ -88,12 +90,6 @@ tokio-postgres = { git="https://github.com/fafhrd91/postgres.git", branch="ntex-
 [target.'cfg(target_os = "linux")'.dependencies]
 [target.'cfg(target_os = "linux")'.dependencies]
 compio-driver = { version = "*", features = ["io-uring"]}
 compio-driver = { version = "*", features = ["io-uring"]}
 
 
-[patch.crates-io]
-ntex = { git = "https://github.com/ntex-rs/ntex.git" }
-ntex-io = { git = "https://github.com/ntex-rs/ntex.git" }
-ntex-net = { git = "https://github.com/ntex-rs/ntex.git" }
-ntex-rt = { git = "https://github.com/ntex-rs/ntex.git" }
-
 [profile.release]
 [profile.release]
 opt-level = 3
 opt-level = 3
 codegen-units = 1
 codegen-units = 1