1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-09-01 01:27:00 +02:00

prepare actix-tls 3.0.0-beta.7 release (#401)

This commit is contained in:
Rob Ede
2021-10-20 17:12:11 +01:00
committed by GitHub
parent 303666278a
commit 70ea5322ab
7 changed files with 30 additions and 6 deletions

View File

@@ -21,7 +21,9 @@ mod connector;
mod error;
mod resolve;
mod service;
pub mod ssl;
pub mod tls;
#[doc(hidden)]
pub use tls as ssl;
#[cfg(feature = "uri")]
mod uri;