From 7f6e267d029ff6430f79651a9e172596bebb16f2 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Tue, 25 Mar 2025 12:24:53 +0100 Subject: [PATCH] wip --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f0ec4927..871d9de2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,8 +45,6 @@ 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", branch = "fixes" } - [workspace.dependencies] async-task = "4.5.0" bitflags = "2"