Skip to content

Commit

Permalink
Merge pull request #20 from ndarilek/master
Browse files Browse the repository at this point in the history
Use nativetls feature to work around issues with OpenSSL on Windows
  • Loading branch information
lugehorsam authored Aug 11, 2021
2 parents 2e3ac18 + b84ac8f commit 3874d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ async-trait = "0.1.50"
oneshot = "0.1.2"
log = "0.4.14"
isahc = "1.4.0"
qws = { version = "0.7.9", features = ["ssl"] }
qws = { version = "0.7.9", features = ["nativetls"] }
chrono = "0.4.19"

#[cfg(feature = "test")]
Expand Down

0 comments on commit 3874d9b

Please sign in to comment.