Skip to content

Commit

Permalink
Correct optional features
Browse files Browse the repository at this point in the history
  • Loading branch information
kayabaNerve committed Nov 29, 2023
1 parent 7dc7f8f commit 7434a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/request/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ zeroize = { version = "1", optional = true }
base64ct = { version = "1", features = ["alloc"], optional = true }

[features]
tls = ["hyper-boring"]
tls = ["tower-service", "hyper-boring"]
basic-auth = ["zeroize", "base64ct"]
default = ["tls"]

0 comments on commit 7434a6e

Please sign in to comment.