Upgrade tarpc and tokio (#13293)

This commit is contained in:
Greg Fitzgerald
2020-10-29 19:21:18 -06:00
committed by GitHub
parent b5c8b86e7c
commit ca00197009
10 changed files with 269 additions and 130 deletions

View File

@ -11,7 +11,7 @@ edition = "2018"
[dependencies]
serde = { version = "1.0.112", features = ["derive"] }
solana-sdk = { path = "../sdk", version = "1.5.0" }
tarpc = { version = "0.22.0", features = ["full"] }
tarpc = { version = "0.23.0", features = ["full"] }
[lib]
crate-type = ["lib"]