Fix netutils test (#10842)

This commit is contained in:
Greg Fitzgerald
2020-06-30 09:57:16 -06:00
committed by GitHub
parent cabedc0f36
commit 3a3b7a399a
3 changed files with 11 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ solana-logger = { path = "../logger", version = "1.3.0" }
solana-version = { path = "../version", version = "1.3.0" }
tokio = "0.1"
tokio-codec = "0.1"
url = "2.1.1"
[lib]
name = "solana_net_utils"