Skip to content

Commit

Permalink
chore: tls feature naming
Browse files Browse the repository at this point in the history
  • Loading branch information
1zun4 committed Oct 19, 2024
1 parent e6ee4fa commit 76289cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ tokio = { version = "1", features = ["full"] }
default = [ ]

# SSL support with native-tls or rustls
ssl-native = ["reqwest/native-tls"]
ssl-rustls = ["reqwest/rustls-tls"]
tls-native = ["reqwest/native-tls"]
tls-rustls = ["reqwest/rustls-tls"]

0 comments on commit 76289cd

Please sign in to comment.