Skip to content

Commit 737cedb

Browse files
committed
Make the socks module public
1 parent a148dfb commit 737cedb

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
@@ -46,7 +46,7 @@ extern crate libc;
4646
extern crate winapi;
4747

4848
#[cfg(any(feature = "default", feature = "proxy"))]
49-
mod socks;
49+
pub mod socks;
5050

5151
mod api;
5252
mod batch;

0 commit comments

Comments
 (0)