Fixed best_ethereum_block() call parameters encoding (#188)

* fixed best_ethereum_block() params encoding

* updated versions
This commit is contained in:
Svyatoslav Nikolsky
2020-07-14 13:07:34 +03:00
committed by Bastian Köcher
parent a7208c05e0
commit ebdfffc4b1
9 changed files with 10 additions and 9 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false }
codec = { package = "parity-scale-codec", version = "1.3.1", default-features = false }
serde = { version = "1.0", optional = true }
hash-db = { version = "0.15.2", default-features = false }