mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
Prepare io release
This commit is contained in:
parent
c864b10e62
commit
587b248b57
13 changed files with 121 additions and 56 deletions
|
@ -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"
|
||||
|
|
|
@ -3,10 +3,6 @@
|
|||
|
||||
use std::sync::atomic::{AtomicUsize, Ordering};
|
||||
|
||||
#[doc(hidden)]
|
||||
#[deprecated]
|
||||
pub mod types;
|
||||
|
||||
#[cfg(feature = "openssl")]
|
||||
pub mod openssl;
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
pub use ntex_io::types::HttpProtocol;
|
Loading…
Add table
Add a link
Reference in a new issue