Skip to content

Commit

Permalink
Make rustls the default feature for turborepo-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasLYang committed Apr 11, 2023
1 parent 9e9b03f commit 65e686f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/turborepo-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ license = "MPL-2.0"
[features]
# Allows configuring a specific tls backend for reqwest.
# See top level Cargo.toml for more details.
default = ["rustls-tls"]
native-tls = ["turborepo-api-client/native-tls", "turbo-updater/native-tls"]
rustls-tls = ["turborepo-api-client/rustls-tls", "turbo-updater/rustls-tls"]

Expand Down

0 comments on commit 65e686f

Please sign in to comment.