Skip to content

Commit

Permalink
openssl dependencies for musl
Browse files Browse the repository at this point in the history
  • Loading branch information
DhruvDh committed Jan 21, 2024
1 parent f975296 commit d7b2388
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(linux)'.dependencies]
[target.'cfg(target_env = "musl")'.dependencies]
openssl = { version = "0.10.63", features = ["vendored"] }
reqwest = { version = "0.11.23", features = ["json"] }

Expand Down

0 comments on commit d7b2388

Please sign in to comment.