Include tls feature (#20360)

This commit is contained in:
Tyera Eulberg
2021-09-30 20:55:11 -05:00
committed by GitHub
parent e31c065544
commit fc6b617477
3 changed files with 7 additions and 1 deletions

View File

@@ -33,7 +33,7 @@ solana-version = { path = "../version", version = "=1.8.0" }
solana-vote-program = { path = "../programs/vote", version = "=1.8.0" }
thiserror = "1.0"
tokio = { version = "1", features = ["full"] }
tungstenite = "0.15.0"
tungstenite = { version = "0.15.0", features = ["rustls-tls-webpki-roots"] }
url = "2.2.2"
[dev-dependencies]