Adjust tokio version to just "1"

(cherry picked from commit 43feef7362)

# Conflicts:
#	faucet/Cargo.toml
#	net-utils/Cargo.toml
This commit is contained in:
Michael Vines
2021-04-05 08:55:57 -07:00
parent 6184254416
commit 270749185c
9 changed files with 24 additions and 7 deletions

View File

@@ -22,7 +22,7 @@ solana-runtime = { path = "../runtime", version = "=1.6.5" }
solana-sdk = { path = "../sdk", version = "=1.6.5" }
solana-vote-program = { path = "../programs/vote", version = "=1.6.5" }
thiserror = "1.0"
tokio = { version = "1.1", features = ["full"] }
tokio = { version = "1", features = ["full"] }
[dev-dependencies]
solana-stake-program = { path = "../programs/stake", version = "=1.6.5" }