Adjust tokio version to just "1"
This commit is contained in:
committed by
mergify[bot]
parent
95dc7b5449
commit
43feef7362
@@ -52,7 +52,7 @@ solana-storage-proto = { path = "../storage-proto", version = "=1.7.0" }
|
||||
solana-vote-program = { path = "../programs/vote", version = "=1.7.0" }
|
||||
tempfile = "3.1.0"
|
||||
thiserror = "1.0"
|
||||
tokio = { version = "1.1", features = ["full"] }
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
tokio-stream = "0.1"
|
||||
trees = "0.2.1"
|
||||
|
||||
|
Reference in New Issue
Block a user