diff --git a/Cargo.toml b/Cargo.toml index f748778c9..8d4eee100 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(target_env = "musl")'.dependencies] +[target.'cfg(target_os = "linux")'.dependencies] openssl = { version = "0.10.63", features = ["vendored"] } reqwest = { version = "0.11.23", features = ["json"] }