Add a warning about TLS crates (#4788)
This commit is contained in:
parent
e5e4783e3f
commit
dca8acfee2
1 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,7 @@
|
|||
/// TLS Configuration
|
||||
///
|
||||
/// WARNING: `native-tls` and `rustls` are not stable yet. As we may need to upgrade those dependencies
|
||||
/// from time to time to keep up with their security fixes, this type is excluded from our stability guarantee.
|
||||
#[cfg(any(feature = "native-tls", feature = "rustls"))]
|
||||
#[cfg_attr(docsrs, doc(cfg(any(feature = "native-tls", feature = "rustls"))))]
|
||||
#[derive(Debug, Clone)]
|
||||
|
|
Loading…
Reference in a new issue