Merge pull request #1351 from ethcore/removed_bigint_deps

removed redundant bigint deps
This commit is contained in:
Arkadiy Paronyan 2016-06-20 17:36:33 +02:00 committed by GitHub
commit 38b9264de6
2 changed files with 0 additions and 4 deletions

2
Cargo.lock generated
View File

@ -67,9 +67,7 @@ dependencies = [
name = "bigint"
version = "0.1.0"
dependencies = [
"arrayvec 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
"heapsize 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc_version 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 0.7.9 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -12,8 +12,6 @@ rustc_version = "0.1"
[dependencies]
rustc-serialize = "0.3"
arrayvec = "0.3"
rand = "0.3.12"
serde = "0.7.0"
heapsize = "0.3"