fix some nits

This commit is contained in:
Niklas Adolfsson
2021-12-01 10:48:32 +01:00
parent 1a3b5a9fe1
commit f9860e7d30
3 changed files with 19 additions and 17 deletions
+1
View File
@@ -12,3 +12,4 @@ codec = { package = "parity-scale-codec", version = "2", default-features = fals
subxt = { path = ".." }
async-std = { version = "1.9.0", features = ["attributes"] }
sp-core = { package = "sp-core", git = "https://github.com/paritytech/substrate/", branch = "master" }
jsonrpsee-http-client = { git = "https://github.com/paritytech/jsonrpsee/", branch = "extract-async-client" }