Skip to content

Commit

Permalink
disable subtle's default features
Browse files Browse the repository at this point in the history
it depends on std by default
  • Loading branch information
japaric committed Nov 3, 2023
1 parent 12dcd1f commit eeb4008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rustls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rustversion = { version = "1.0.6", optional = true }
[dependencies]
log = { version = "0.4.4", optional = true }
ring = { version = "0.17", optional = true }
subtle = "2.5.0"
subtle = { version = "2.5.0", default-features = false }
webpki = { package = "rustls-webpki", version = "=0.102.0-alpha.6", features = ["alloc"], default-features = false }
pki-types = { package = "rustls-pki-types", version = "0.2.1" }
zeroize = "1.6.0"
Expand Down

0 comments on commit eeb4008

Please sign in to comment.