Skip to content

Commit

Permalink
Rename bin
Browse files Browse the repository at this point in the history
  • Loading branch information
vcastellm committed Jul 17, 2024
1 parent 513e572 commit 9faa27c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/cdk/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ fn main() {
// Determine the directory where the build script is located
let dir = env::var("CARGO_MANIFEST_DIR").unwrap();
let build_path = PathBuf::from(dir + "/../..");
println!("cargo:rerun-if-changed=build.rs");
println!("cargo:rerun-if-changed=*.go");

// Optionally, specify the directory where your Makefile is located
// For this example, it's assumed to be the same as the build script's directory
Expand Down
2 changes: 1 addition & 1 deletion crates/cdk/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use std::sync::Arc;
mod cli;
mod logging;

const CDK_CLIENT_PATH: &str = "target/cdk-client";
const CDK_CLIENT_PATH: &str = "target/cdk-rollup";
const CDK_ERIGON_PATH: &str = "target/cdk-erigon";

fn main() -> anyhow::Result<()> {
Expand Down

0 comments on commit 9faa27c

Please sign in to comment.