Skip to content

Commit

Permalink
Downgrade tokio
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinonard committed Jun 13, 2022
1 parent f663ccb commit 3eb2f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ prometheus = { version = "0.13.1", default-features = false }
rand = "0.8"
rlp = "0.5"
rustc-hex = "2.1.0"
tokio = { version = "1.19", features = ["sync"] }
tokio = { version = "1.18.2", features = ["sync"] }

prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
sc-client-api = { version = "4.0.0-dev", git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.23" }
Expand Down

0 comments on commit 3eb2f9f

Please sign in to comment.