Skip to content

Commit

Permalink
Merge pull request jmgilman#84 from Haennetz/fix/83
Browse files Browse the repository at this point in the history
fixed compile issue with default-features=false
  • Loading branch information
Haennetz authored Mar 20, 2024
2 parents b1a5ebc + e115ba3 commit a7aa662
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 @@ -19,7 +19,7 @@ members = [
[features]
default = [ "rustls" ]
rustls = [ "reqwest/rustls-tls", "rustify/rustls-tls" ]
native-tls = [ "reqwest/default-tls", "rustify/default" ]
native-tls = [ "reqwest/default-tls", "reqwest/native-tls", "rustify/default" ]
native-tls-vendored = [ "reqwest/native-tls-vendored", "rustify/default" ]

[dependencies]
Expand Down

0 comments on commit a7aa662

Please sign in to comment.