From d7b2388ab22bac93847f9ddeddb2c86fe1631c32 Mon Sep 17 00:00:00 2001 From: Dhruv Dhamani Date: Sun, 21 Jan 2024 11:55:59 -0500 Subject: [PATCH] openssl dependencies for musl --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a9d582bea..f748778c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }