Skip to content

Commit 00a5109

Browse files
authored
fix: Run tests without depending on openssl (#685)
`reqwest` is only used for a crate example basic HTTP call: https://github.com/rust-cli/config-rs/blob/1483f4cfc0169c857d5a7d551c7fab02eeb17f06/examples/async_source/main.rs#L61 When cloning the project repo and running tests, it'd fail without OpenSSL devel package present on the system to build `reqwest`. I was going to replace that with `rusttls` but it seems HTTPS isn't required at all so opt-out of default features seems more prudent?
2 parents 1483f4c + a19d1bd commit 00a5109

File tree

2 files changed

+3
-369
lines changed

2 files changed

+3
-369
lines changed

0 commit comments

Comments
 (0)