-
Notifications
You must be signed in to change notification settings - Fork 301
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
This reverts commit c39bcdc. Please read [contributing guidelines](CONTRIBUTING.md) and remove this line.
- Loading branch information
1 parent
c39bcdc
commit 548701e
Showing
251 changed files
with
6,759 additions
and
15,475 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2b4853e71859f225acc123160e87c522212b16b5 | ||
951e821a585fe7e0697291cadd4d3c3aa49fd8e4 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
".": "0.32.0", | ||
"acvm-repo": "0.48.0" | ||
".": "0.31.0", | ||
"acvm-repo": "0.47.0" | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,7 +42,7 @@ resolver = "2" | |
|
||
[workspace.package] | ||
# x-release-please-start-version | ||
version = "0.32.0" | ||
version = "0.31.0" | ||
# x-release-please-end | ||
authors = ["The Noir Team <[email protected]>"] | ||
edition = "2021" | ||
|
@@ -53,13 +53,13 @@ repository = "https://github.com/noir-lang/noir/" | |
[workspace.dependencies] | ||
|
||
# ACVM workspace dependencies | ||
acir_field = { version = "0.48.0", path = "acvm-repo/acir_field", default-features = false } | ||
acir = { version = "0.48.0", path = "acvm-repo/acir", default-features = false } | ||
acvm = { version = "0.48.0", path = "acvm-repo/acvm" } | ||
brillig = { version = "0.48.0", path = "acvm-repo/brillig", default-features = false } | ||
brillig_vm = { version = "0.48.0", path = "acvm-repo/brillig_vm", default-features = false } | ||
acvm_blackbox_solver = { version = "0.48.0", path = "acvm-repo/blackbox_solver", default-features = false } | ||
bn254_blackbox_solver = { version = "0.48.0", path = "acvm-repo/bn254_blackbox_solver", default-features = false } | ||
acir_field = { version = "0.47.0", path = "acvm-repo/acir_field", default-features = false } | ||
acir = { version = "0.47.0", path = "acvm-repo/acir", default-features = false } | ||
acvm = { version = "0.47.0", path = "acvm-repo/acvm" } | ||
brillig = { version = "0.47.0", path = "acvm-repo/brillig", default-features = false } | ||
brillig_vm = { version = "0.47.0", path = "acvm-repo/brillig_vm", default-features = false } | ||
acvm_blackbox_solver = { version = "0.47.0", path = "acvm-repo/blackbox_solver", default-features = false } | ||
bn254_blackbox_solver = { version = "0.47.0", path = "acvm-repo/bn254_blackbox_solver", default-features = false } | ||
|
||
# Noir compiler workspace dependencies | ||
fm = { path = "compiler/fm" } | ||
|
Oops, something went wrong.