From a13f677df8dc72a1ffdc77237d8223c5b6837775 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Sun, 7 Jan 2024 21:24:36 +0600 Subject: [PATCH] Use crate release --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 820571c1..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", branch = "async-fn-in-trait" }