Skip to content

Commit

Permalink
fix compiling error
Browse files Browse the repository at this point in the history
  • Loading branch information
junyu0312 committed Oct 24, 2023
1 parent 90d704c commit ebc6d3d
Show file tree
Hide file tree
Showing 11 changed files with 1,246 additions and 67 deletions.
1 change: 1 addition & 0 deletions crates/cli/src/app_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ pub trait AppBuilder: CommandBuilder {
let output_dir =
load_or_generate_output_path(&md5, top_matches.get_one::<PathBuf>("output"));
fs::create_dir_all(&output_dir)?;
fs::create_dir_all(&param_dir)?;

match top_matches.subcommand() {
Some(("setup", _)) => exec_setup::<ExecutionArg, DefaultHostEnvBuilder>(
Expand Down
1 change: 0 additions & 1 deletion crates/host/src/host/keccak_helper/mod.rs

This file was deleted.

50 changes: 0 additions & 50 deletions crates/host/src/host/keccak_helper/test.rs

This file was deleted.

1 change: 0 additions & 1 deletion crates/host/src/host/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
pub mod ecc_helper;
pub mod hash_helper;
pub mod keccak_helper;
pub mod merkle_helper;
Loading

0 comments on commit ebc6d3d

Please sign in to comment.