Skip to content

Commit

Permalink
fix: fix build after the rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
greenhat committed Nov 21, 2023
1 parent 58d3309 commit 824a8eb
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 30 deletions.
40 changes: 13 additions & 27 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ members = [
"midenc-session",
"tools/*",
"frontend-wasm",
"tests/rust",
"tests/rust-apps/*",
"tests/integration",
"cargo-ext",
]
Expand Down
2 changes: 1 addition & 1 deletion cargo-ext/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ name = "integration"
path = "tests/mod.rs"

[dependencies]
midenc-driver.workspace = true
midenc-compile.workspace = true
midenc-session.workspace = true
miden-diagnostics.workspace = true
clap.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion cargo-ext/src/compile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,5 @@ pub fn compile(
// .with_arg_matches(matches)
.with_project_type(project_type),
);
midenc_driver::commands::compile(session.clone()).context("Wasm to MASM compilation failed!")
midenc_compile::compile(session.clone()).context("Wasm to MASM compilation failed!")
}

0 comments on commit 824a8eb

Please sign in to comment.