Prepare io release

This commit is contained in:
Nikolay Kim 2024-01-09 21:10:26 +06:00
parent c864b10e62
commit 587b248b57
13 changed files with 121 additions and 56 deletions

View file

@ -27,7 +27,7 @@ rustls = ["tls_rust"]
[dependencies]
ntex-bytes = "0.1.21"
ntex-io = "1.0.0-b.1"
ntex-util = "1.0.0-b.1"
ntex-util = "1.0.0"
ntex-service = "2.0.0"
log = "0.4"
pin-project-lite = "0.2"

View file

@ -3,10 +3,6 @@
use std::sync::atomic::{AtomicUsize, Ordering};
#[doc(hidden)]
#[deprecated]
pub mod types;
#[cfg(feature = "openssl")]
pub mod openssl;

View file

@ -1 +0,0 @@
pub use ntex_io::types::HttpProtocol;