Increment versions. (#30)

For `ethereum-types` and `fixed-hash`.
This commit is contained in:
Toralf Wittner 2018-04-11 09:34:33 +02:00 committed by Tomasz Drwięga
parent 6a339bd230
commit ab497004ea
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ rustc_version = "0.2"
[dependencies]
crunchy = "0.1.5"
ethereum-types = { version = "0.3.0", path ="../ethereum-types", features = ["std", "heapsizeof"] }
ethereum-types = { version = "0.3.1", path ="../ethereum-types", features = ["std", "heapsizeof"] }
quickcheck = "0.6"
serde_json = "1.0"
uint = { path = "../uint" , features = ["impl_quickcheck_arbitrary"] }