Moved panick_hook to util/panic_hook (#7629)

This commit is contained in:
Marek Kotewicz
2018-01-20 20:28:25 +01:00
committed by GitHub
parent d31cfd3c64
commit 51ef70922e
6 changed files with 5 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
docopt = "0.8"
env_logger = "0.4"
ethkey = { path = "../" }
panic_hook = { path = "../../panic_hook" }
panic_hook = { path = "../../util/panic_hook" }
parity-wordlist="1.2"
rustc-hex = "1.0"
serde = "1.0"