Skip to content

Commit

Permalink
fixed compile issue with default-features=false
Browse files Browse the repository at this point in the history
  • Loading branch information
Haennetz committed Mar 20, 2024
1 parent f317bfa commit e115ba3
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 e115ba3

Please sign in to comment.