Skip to content

Commit

Permalink
Set default-features = false for rustls
Browse files Browse the repository at this point in the history
  • Loading branch information
rukai committed May 18, 2024
1 parent ec0e3b9 commit 337de89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ version = "0.2.3"

[dependencies.rustls]
optional = true
default-features = false
version = "0.23.0"
features = ["std"]

[dependencies.rustls-pki-types]
optional = true
Expand Down

0 comments on commit 337de89

Please sign in to comment.