Skip to content

Commit 3f8f6d3

Browse files
committed
Fix ra-tls compilation error
1 parent f070aa4 commit 3f8f6d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ra-tls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ hex.workspace = true
1919
hkdf.workspace = true
2020
p256.workspace = true
2121
rcgen = { workspace = true, features = ["x509-parser", "pem"] }
22-
ring.workspace = true
22+
ring = { workspace = true, features = ["std"] }
2323
rustls-pki-types.workspace = true
2424
serde.workspace = true
2525
serde_json.workspace = true

0 commit comments

Comments
 (0)