Skip to content

Commit

Permalink
hotfix: cargo publish error
Browse files Browse the repository at this point in the history
  • Loading branch information
rkdud007 committed Jun 26, 2024
1 parent 2a82217 commit 41ca6d9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion crates/core/src/constant.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use lazy_static::lazy_static;

lazy_static! {
pub static ref TEST_CONTRACT_CASM: CasmContractClass =
read_compiled_class_artifact(include_str!("../../contracts/compiled/test.json"));
read_compiled_class_artifact(include_str!("../contracts/compiled/test.json"));
}

pub fn read_compiled_class_artifact(artifact: &str) -> CasmContractClass {
Expand Down
1 change: 1 addition & 0 deletions crates/provider/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ criterion = { version = "0.4", features = [

[[bench]]
name = "provider_benchmark"
path = "benches/provider_benchmark.rs"
harness = false

0 comments on commit 41ca6d9

Please sign in to comment.