Skip to content

Commit

Permalink
github dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
olesHolem committed Dec 19, 2024
1 parent fbcf4a9 commit c519355
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/boojum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ crypto-bigint = "0.5"
convert_case = "0.6"
firestorm = "0.5"
tracing = { version = "0.1.37", optional = true }
mersenne_field = {path="../../../air_compiler/field", package="field"}
# mersenne_field = {path="../../../air_compiler/field", package="field"}
mersenne_field = {git="https://github.com/matter-labs/air_compiler.git", package="field", branch="oh_for_zkos_wrapper"}

[dev-dependencies]
criterion = "0.4"
Expand Down

0 comments on commit c519355

Please sign in to comment.