Skip to content

Commit

Permalink
Fix incorrect feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
algesten committed Nov 27, 2024
1 parent 8abb5c2 commit f7fd2fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@
/// Re-exported rustls crate
///
/// Use this re-export to always get a compatible version of `ClientConfig`.
#[cfg(feature = "rustls")]
#[cfg(feature = "tls")]
pub use rustls;

/// Re-exported native-tls crate
Expand Down

0 comments on commit f7fd2fb

Please sign in to comment.