Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Merge pull request #6323 from paritytech/updated_bigint
Browse files Browse the repository at this point in the history
updated bigint with optimized mul and from_big_indian
  • Loading branch information
debris authored Aug 17, 2017
2 parents fefc756 + 209e8ef commit 2129eda
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rpc_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version = "1.4.0"
[dependencies]
futures = "0.1"
rpassword = "0.3.0"
bigint = "3.0"
bigint = "4.0"
parity-rpc = { path = "../rpc" }
parity-rpc-client = { path = "../rpc_client" }
ethcore-util = { path = "../util" }
2 changes: 1 addition & 1 deletion util/bigint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = "0.1.3"
authors = ["Parity Technologies <admin@parity.io>"]

[dependencies]
bigint = "3.0"
bigint = "4.0"
rustc-hex = "1.0"
rand = "0.3.12"
libc = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion util/rlp/benches/rlp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#![feature(test)]

extern crate test;
extern crate bigint;
extern crate ethcore_bigint as bigint;
extern crate rlp;

use test::Bencher;
Expand Down

0 comments on commit 2129eda

Please sign in to comment.