Skip to content

Commit b78d08b

Browse files
authored
Merge pull request #247 from levelonedev/pub_native_tls
Expose native_tls as it's needed to use your API
2 parents 482afb5 + fd82aa2 commit b78d08b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ extern crate bytes;
3939
pub extern crate futures;
4040
extern crate hyper;
4141
#[cfg(any(feature = "sync-ssl", feature = "async-ssl"))]
42-
extern crate native_tls;
42+
pub extern crate native_tls;
4343
#[cfg(test)]
4444
extern crate tokio;
4545
#[cfg(feature = "async")]

0 commit comments

Comments
 (0)