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

Commit

Permalink
Remove unused dependency bigint (#8505)
Browse files Browse the repository at this point in the history
* remove unused dependency bigint in

* remove bigint in rpc_cli
  • Loading branch information
niklasad1 authored and 5chdn committed Apr 27, 2018
1 parent e36c4ec commit 44c6822
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
13 changes: 0 additions & 13 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion rpc_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ version = "1.4.0"
[dependencies]
futures = "0.1"
rpassword = "1.0"
bigint = "4.0"
parity-rpc = { path = "../rpc" }
parity-rpc-client = { path = "../rpc_client" }
1 change: 0 additions & 1 deletion util/memorydb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ description = "in-memory implementation of hashdb"
license = "GPL-3.0"

[dependencies]
bigint = "4.0"
elastic-array = "0.10"
heapsize = "0.4"
ethereum-types = "0.3"
Expand Down

0 comments on commit 44c6822

Please sign in to comment.