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

Commit

Permalink
Add fs_extra build dep to spec-runner
Browse files Browse the repository at this point in the history
  • Loading branch information
lopopolo committed Jul 5, 2019
1 parent b354d81 commit 3a5deb5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions spec-runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ path = "../mruby"
[dependencies.rust-embed]
version = "4.5.0"
features = ["interpolate-folder-path"]

[build-dependencies]
fs_extra = "1.1.0"

0 comments on commit 3a5deb5

Please sign in to comment.