Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .noir-sync-commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a2894047f580a8861898d71cd335c06ee53290a4
f03f8aed34393f7b0f6f68a189ce6c6192f6af6e
140 changes: 66 additions & 74 deletions avm-transpiler/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 avm-transpiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"

[dependencies]
# local
acvm = { path = "../noir/noir-repo/acvm-repo/acvm" }
acvm = { path = "../noir/noir-repo/acvm-repo/acvm", features=["bn254"] }
noirc_errors = { path = "../noir/noir-repo/compiler/noirc_errors" }

# external
Expand Down
4 changes: 3 additions & 1 deletion noir/noir-repo/Cargo.lock

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

Loading