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

Commit aa6e171

Browse files
committed
Use local parity-dapps-glue instead of crate published at crates.io
1 parent 1a16f33 commit aa6e171

File tree

2 files changed

+2
-17
lines changed

2 files changed

+2
-17
lines changed

Cargo.lock

Lines changed: 1 addition & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dapps/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ futures = "0.1"
1313
futures-cpupool = "0.1"
1414
linked-hash-map = "0.5"
1515
log = "0.3"
16-
parity-dapps-glue = "1.9"
1716
parking_lot = "0.5"
1817
mime_guess = "2.0.0-alpha.2"
1918
rand = "0.4"
@@ -32,6 +31,7 @@ ethcore-bytes = { path = "../util/bytes" }
3231
ethereum-types = "0.3"
3332
fetch = { path = "../util/fetch" }
3433
node-health = { path = "./node-health" }
34+
parity-dapps-glue = { path = "./js-glue" }
3535
parity-hash-fetch = { path = "../hash-fetch" }
3636
parity-reactor = { path = "../util/reactor" }
3737
keccak-hash = { path = "../util/hash" }

0 commit comments

Comments
 (0)