From 8d66bcbdaa5abdc1d2895871015007f87651beaf Mon Sep 17 00:00:00 2001 From: niklasad1 Date: Thu, 5 Jul 2018 16:31:15 +0200 Subject: [PATCH] update dependencies to the `primitives repo` --- no-std-tests/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/no-std-tests/Cargo.toml b/no-std-tests/Cargo.toml index 33b3c0c..0b8dba8 100644 --- a/no-std-tests/Cargo.toml +++ b/no-std-tests/Cargo.toml @@ -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 }