From 0e6f6db04e957c1796c43ad4e11fc463ce4d0833 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Fri, 10 Nov 2023 22:19:16 +0600 Subject: [PATCH] Prep release --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 029f0d13..06c3e044 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,5 +35,3 @@ ntex-util = { path = "ntex-util" } ntex-glommio = { path = "ntex-glommio" } ntex-tokio = { path = "ntex-tokio" } ntex-async-std = { path = "ntex-async-std" } - -ntex-h2 = { git = "https://github.com/ntex-rs/ntex-h2.git" }