Adjust tokio version to just "1"

This commit is contained in:
Michael Vines
2021-04-05 08:55:57 -07:00
committed by mergify[bot]
parent 95dc7b5449
commit 43feef7362
9 changed files with 9 additions and 9 deletions

View File

@@ -19,7 +19,7 @@ solana-runtime = { path = "../runtime", version = "=1.7.0" }
solana-sdk = { path = "../sdk", version = "=1.7.0" }
solana-metrics = { path = "../metrics", version = "=1.7.0" }
tarpc = { version = "0.24.1", features = ["full"] }
tokio = { version = "1.1", features = ["full"] }
tokio = { version = "1", features = ["full"] }
tokio-serde = { version = "0.8", features = ["bincode"] }
tokio-stream = "0.1"