Skip to content

Commit

Permalink
Merge pull request #35 from bgpkit/cli-default-to-rustls
Browse files Browse the repository at this point in the history
cli depends on rustls by default
  • Loading branch information
digizeph authored Dec 18, 2023
2 parents 6ea068d + f3190f7 commit f5c3a1f
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 @@ -66,7 +66,7 @@ lz = ["lz4"]
xz = ["xz2"]

remote=["reqwest", "suppaftp"]
cli = ["clap", "tracing", "s3", "no-cache"]
cli = ["clap", "tracing", "s3", "no-cache", "rustls"]
json = ["serde", "serde_json"]

# s3 support, off by default
Expand Down

0 comments on commit f5c3a1f

Please sign in to comment.