Skip to content

Commit

Permalink
fix(test): Enable tls-ring feature
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto committed Jan 17, 2025
1 parent 074051d commit 11c190e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 11c190e

Please sign in to comment.