Skip to content

Commit

Permalink
feat(reqwest): enable rustls-tls feature for non-musl aarch64 targets
Browse files Browse the repository at this point in the history
  • Loading branch information
limitcool committed Jul 21, 2024
1 parent e51f38e commit 2d18ed6
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 @@ -37,4 +37,4 @@ reqwest = { version = "0.11", default-features = false, features = [
] }

[target.'cfg(not(any(all(target_arch="aarch64", target_vendor="unknown", target_os="linux"), target_env="musl")))'.dependencies]
reqwest = { version = "0.11", features = ["cookies", "json"] }
reqwest = { version = "0.11", features = ["cookies", "json", "rustls-tls"] }

0 comments on commit 2d18ed6

Please sign in to comment.