From ffa0f8e7a3cd040825e16c597171e57aee5c16f6 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Sat, 17 Jun 2023 00:00:39 +0600 Subject: [PATCH] Remove h2 git ref --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 479357c4..abc4bf39 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,5 +34,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" }