Skip to content

Commit

Permalink
Set default-features = false for rustls (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
rukai authored Jun 1, 2024
1 parent 9d12773 commit 0e25483
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,6 +47,8 @@ version = "0.2.3"

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

[dependencies.rustls-pki-types]
Expand Down

0 comments on commit 0e25483

Please sign in to comment.