Skip to content

Commit

Permalink
Try fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
TlatoaniHJ committed Jan 10, 2025
1 parent 5e1928c commit 7685342
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions extensions/native/guest-macro/test/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ edition = "2021"

[dependencies]
openvm = { path = "../../../../../crates/toolchain/openvm" }
openvm-native-guest-macro = { path = "../.." }
openvm-native-guest-macro = { path = "../..", default-features = false }

[features]
default = []
std = ["openvm/std"]

[build-dependencies]
openvm-native-compiler = { path = "../../../compiler" }
openvm-native-transpiler = { path = "../../../transpiler" }
openvm-instructions = { path = "../../../../../crates/toolchain/instructions" }
openvm-native-compiler = { path = "../../../compiler", default-features = false }
openvm-native-transpiler = { path = "../../../transpiler", default-features = false }
openvm-instructions = { path = "../../../../../crates/toolchain/instructions", default-features = false }
openvm-stark-sdk = { git = "https://github.com/openvm-org/stark-backend.git", rev = "c785515", default-features = false }
openvm-stark-backend = { git = "https://github.com/openvm-org/stark-backend.git", rev = "c785515", default-features = false }

0 comments on commit 7685342

Please sign in to comment.