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

Commit

Permalink
Use local parity-dapps-glue instead of crate published at crates.io (#…
Browse files Browse the repository at this point in the history
…8983)

* Use local parity-dapps-glue instead of crate published at crates.io

* Disable panic=abort and enable lto optimization
  • Loading branch information
sorpaas authored and debris committed Jun 26, 2018
1 parent 683a26c commit c0b0dc5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 20 deletions.
17 changes: 1 addition & 16 deletions Cargo.lock

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

3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,9 @@ path = "parity/main.rs"
name = "parity"

[profile.dev]
panic = "abort"

[profile.release]
debug = false
lto = false
panic = "abort"

[workspace]
members = [
Expand Down
2 changes: 1 addition & 1 deletion dapps/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ futures = "0.1"
futures-cpupool = "0.1"
linked-hash-map = "0.5"
log = "0.3"
parity-dapps-glue = "1.9"
parking_lot = "0.5"
mime_guess = "2.0.0-alpha.2"
rand = "0.4"
Expand All @@ -32,6 +31,7 @@ ethcore-bytes = { path = "../util/bytes" }
ethereum-types = "0.3"
fetch = { path = "../util/fetch" }
node-health = { path = "./node-health" }
parity-dapps-glue = { path = "./js-glue" }
parity-hash-fetch = { path = "../hash-fetch" }
parity-reactor = { path = "../util/reactor" }
keccak-hash = { path = "../util/hash" }
Expand Down

0 comments on commit c0b0dc5

Please sign in to comment.