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

Commit

Permalink
Tentative fix for missing dependency error (#8973)
Browse files Browse the repository at this point in the history
* Tentative fix for missing dependency error

* Better fix

* Ignore build artifacts from parit-clib
  • Loading branch information
dvdplm authored and 5chdn committed Jun 27, 2018
1 parent 0bed597 commit 38c31c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ node_modules

# Build artifacts
out/
parity-clib-example/build/

.vscode
rls/
Expand Down
1 change: 1 addition & 0 deletions ethcore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ fake-hardware-wallet = { path = "../util/fake-hardware-wallet" }

[dev-dependencies]
trie-standardmap = { path = "../util/trie-standardmap" }
tempdir = "0.3"

[features]
# Display EVM debug traces.
Expand Down

0 comments on commit 38c31c8

Please sign in to comment.