From 11c190e3cf33400588c25f79578faba6a6fe434d Mon Sep 17 00:00:00 2001 From: tottoto Date: Sat, 18 Jan 2025 07:37:38 +0900 Subject: [PATCH] fix(test): Enable tls-ring feature --- tests/integration_tests/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration_tests/Cargo.toml b/tests/integration_tests/Cargo.toml index 166f52df8..00873f2ca 100644 --- a/tests/integration_tests/Cargo.toml +++ b/tests/integration_tests/Cargo.toml @@ -10,7 +10,7 @@ name = "integration-tests" bytes = "1.0" prost = "0.13" tokio = {version = "1.0", features = ["macros", "rt-multi-thread", "net", "sync"]} -tonic = {path = "../../tonic"} +tonic = {path = "../../tonic", features = ["tls-ring"]} tracing-subscriber = {version = "0.3"} [dev-dependencies]