Skip to content

Commit

Permalink
Merge pull request #54 from cobbinma/vendor
Browse files Browse the repository at this point in the history
native tls vendored feature
  • Loading branch information
Haennetz authored Feb 24, 2024
2 parents 72375e6 + db28508 commit 5ea9f8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ members = [
default = [ "rustls" ]
rustls = [ "reqwest/rustls-tls", "rustify/rustls-tls" ]
native-tls = [ "reqwest/default-tls", "rustify/default" ]
native-tls-vendored = [ "reqwest/native-tls-vendored", "rustify/default" ]

[dependencies]
async-trait = "0.1.68"
Expand Down

0 comments on commit 5ea9f8f

Please sign in to comment.