Skip to content

Commit

Permalink
fix: attempt to remove openssl, as it's not a direct dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rawkode committed Mar 13, 2022
1 parent e96b792 commit 002a57f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,7 @@ walkdir = "2"
which = "4.0.2"
whoami = "1.1.0"

[target.'cfg(windows)'.dependencies]
openssl = { version = "0.10", features = ["vendored"] }

[target.'cfg(unix)'.dependencies]
openssl = { version = "0.10" }
users = "0.11.0"

[dev-dependencies]
Expand Down

0 comments on commit 002a57f

Please sign in to comment.