update dependencies to the `primitives repo`

This commit is contained in:
niklasad1 2018-07-05 16:31:15 +02:00
parent 2a311fbe11
commit 8d66bcbdaa
No known key found for this signature in database
GPG Key ID: A5C9609E830D742A
1 changed files with 3 additions and 3 deletions

View File

@ -7,6 +7,6 @@ license = "MIT"
[dependencies]
libc = { version = "0.2", default-features = false }
ethereum-types = { git = "https://github.com/niklasad1/primitives", default-features = false, branch = "ethereum-types/no-std" }
ethbloom = { git = "https://github.com/niklasad1/primitives", default-features = false, branch = "ethereum-types/no-std" }
fixed-hash = { git = "https://github.com/niklasad1/primitives", default-features = false, branch = "ethereum-types/no-std" }
ethereum-types = { path = "../ethereum-types", default-features = false }
ethbloom = { path = "../ethbloom", default-features = false }
fixed-hash = { version = "0.2", default-features = false }