Skip to content

Commit 4f7fcc7

Browse files
feature flag
1 parent 7508c1b commit 4f7fcc7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/client/options.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1044,6 +1044,7 @@ pub struct ConnectionString {
10441044
pub srv_service_name: Option<String>,
10451045

10461046
/// Configuration for connecting to a SOCKS5 proxy.
1047+
#[cfg(feature = "socks5-proxy")]
10471048
#[serde(serialize_with = "Socks5Proxy::serialize")]
10481049
pub socks5_proxy: Option<Socks5Proxy>,
10491050

0 commit comments

Comments
 (0)