-
Notifications
You must be signed in to change notification settings - Fork 206
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into mv/remove-last-loads-per-block
- Loading branch information
Showing
220 changed files
with
14,733 additions
and
400 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,3 +1,3 @@ | ||
{ | ||
".": "0.39.0" | ||
".": "1.0.0-beta.0" | ||
} |
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
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 |
---|---|---|
|
@@ -40,7 +40,7 @@ resolver = "2" | |
|
||
[workspace.package] | ||
# x-release-please-start-version | ||
version = "0.39.0" | ||
version = "1.0.0-beta.0" | ||
# x-release-please-end | ||
authors = ["The Noir Team <[email protected]>"] | ||
edition = "2021" | ||
|
@@ -57,13 +57,13 @@ unused_qualifications = "warn" | |
[workspace.dependencies] | ||
|
||
# ACVM workspace dependencies | ||
acir_field = { version = "0.55.0", path = "acvm-repo/acir_field", default-features = false } | ||
acir = { version = "0.55.0", path = "acvm-repo/acir", default-features = false } | ||
acvm = { version = "0.55.0", path = "acvm-repo/acvm" } | ||
brillig = { version = "0.55.0", path = "acvm-repo/brillig", default-features = false } | ||
brillig_vm = { version = "0.55.0", path = "acvm-repo/brillig_vm", default-features = false } | ||
acvm_blackbox_solver = { version = "0.55.0", path = "acvm-repo/blackbox_solver", default-features = false } | ||
bn254_blackbox_solver = { version = "0.55.0", path = "acvm-repo/bn254_blackbox_solver", default-features = false } | ||
acir_field = { version = "1.0.0-beta.0", path = "acvm-repo/acir_field", default-features = false } | ||
acir = { version = "1.0.0-beta.0", path = "acvm-repo/acir", default-features = false } | ||
acvm = { version = "1.0.0-beta.0", path = "acvm-repo/acvm" } | ||
brillig = { version = "1.0.0-beta.0", path = "acvm-repo/brillig", default-features = false } | ||
brillig_vm = { version = "1.0.0-beta.0", path = "acvm-repo/brillig_vm", default-features = false } | ||
acvm_blackbox_solver = { version = "1.0.0-beta.0", path = "acvm-repo/blackbox_solver", default-features = false } | ||
bn254_blackbox_solver = { version = "1.0.0-beta.0", path = "acvm-repo/bn254_blackbox_solver", default-features = false } | ||
|
||
# Noir compiler workspace dependencies | ||
fm = { path = "compiler/fm" } | ||
|
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
Oops, something went wrong.