From 8814ca7777ac36c3accf1ba5d8ae5aff5f4d49b5 Mon Sep 17 00:00:00 2001 From: Wei Tang Date: Mon, 3 Apr 2017 18:09:51 +0800 Subject: [PATCH] Problem: Issue #1 Solution: (suggestion 1) Using git dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4ca23370..7db59ba9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,4 +17,4 @@ path = "./src/bin/cli.rs" [dependencies] clap = "2.22" log = "0.3" -u256 = "0.1" \ No newline at end of file +u256 = { git = "https://github.com/sorpaas/u256" } \ No newline at end of file