From 5b093b839af58df8929068bce26ff3e6912a70fa Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Tue, 25 Mar 2025 11:58:43 +0100 Subject: [PATCH] wip --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1224f10f..f0ec4927 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ 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" } +ntex-neon = { git = "https://github.com/ntex-rs/neon.git", branch = "fixes" } [workspace.dependencies] async-task = "4.5.0"