Skip to content

Commit

Permalink
use target_os to configure openssl instead of musl env
Browse files Browse the repository at this point in the history
  • Loading branch information
DhruvDh committed Jan 24, 2024
1 parent d7b2388 commit 65807b6
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 @@ -65,7 +65,7 @@ zip = "0.6.6"
zip-extensions = "0.6.2"
chrono = "0.4.31"

[target.'cfg(target_env = "musl")'.dependencies]
[target.'cfg(target_os = "linux")'.dependencies]
openssl = { version = "0.10.63", features = ["vendored"] }
reqwest = { version = "0.11.23", features = ["json"] }

Expand Down

0 comments on commit 65807b6

Please sign in to comment.