We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f070aa4 commit 3f8f6d3Copy full SHA for 3f8f6d3
1 file changed
ra-tls/Cargo.toml
@@ -19,7 +19,7 @@ hex.workspace = true
19
hkdf.workspace = true
20
p256.workspace = true
21
rcgen = { workspace = true, features = ["x509-parser", "pem"] }
22
-ring.workspace = true
+ring = { workspace = true, features = ["std"] }
23
rustls-pki-types.workspace = true
24
serde.workspace = true
25
serde_json.workspace = true
0 commit comments