Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit bcf7465

Browse files
authored
Avoid linking with libssl (#941)
Fixes #906
1 parent c916168 commit bcf7465

File tree

2 files changed

+2
-167
lines changed

2 files changed

+2
-167
lines changed

Cargo.lock

Lines changed: 0 additions & 165 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ notify-rust = "4.5.0"
4040

4141
[target.'cfg(unix)'.dependencies]
4242
nix = "0.24.1"
43-
self_update_crate = { version = "0.30.0", optional = true, package = "self_update", features = ["archive-tar", "compression-flate2", "rustls"] }
43+
self_update_crate = { version = "0.30.0", default-features = false, optional = true, package = "self_update", features = ["archive-tar", "compression-flate2", "rustls"] }
4444

4545
[target.'cfg(windows)'.dependencies]
46-
self_update_crate = { version = "0.30.0", optional = true, package = "self_update", features = ["archive-zip", "compression-zip-deflate", "rustls"] }
46+
self_update_crate = { version = "0.30.0", default-features = false, optional = true, package = "self_update", features = ["archive-zip", "compression-zip-deflate", "rustls"] }
4747
winapi = "0.3.9"
4848
parselnk = "0.1.0"
4949

0 commit comments

Comments
 (0)