Adjust tokio version to just "1"
This commit is contained in:
committed by
mergify[bot]
parent
95dc7b5449
commit
43feef7362
@@ -16,7 +16,7 @@ solana-sdk = { path = "../sdk", version = "=1.7.0" }
|
||||
tarpc = { version = "0.24.1", features = ["full"] }
|
||||
|
||||
[dev-dependencies]
|
||||
tokio = { version = "1.1", features = ["full"] }
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
|
||||
[lib]
|
||||
crate-type = ["lib"]
|
||||
|
Reference in New Issue
Block a user