Skip to content

Commit 4ffa504

Browse files
committed
fix(wrpc-test): add missing ring feature
Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
1 parent aa01409 commit 4ffa504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ rustls = { workspace = true, features = ["logging", "ring"] }
3232
tokio = { workspace = true, features = ["net", "process", "rt-multi-thread"] }
3333
tracing = { workspace = true }
3434
wrpc-cli = { workspace = true }
35-
wtransport = { workspace = true, optional = true }
35+
wtransport = { workspace = true, features = ["ring"], optional = true }

0 commit comments

Comments
 (0)