Adjust tokio version to just "1"
This commit is contained in:
committed by
mergify[bot]
parent
95dc7b5449
commit
43feef7362
@ -22,7 +22,7 @@ solana-runtime = { path = "../runtime", version = "=1.7.0" }
|
||||
solana-sdk = { path = "../sdk", version = "=1.7.0" }
|
||||
solana-vote-program = { path = "../programs/vote", version = "=1.7.0" }
|
||||
thiserror = "1.0"
|
||||
tokio = { version = "1.1", features = ["full"] }
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
|
||||
[dev-dependencies]
|
||||
solana-stake-program = { path = "../programs/stake", version = "=1.7.0" }
|
||||
|
Reference in New Issue
Block a user