Skip to content

Commit a01b3ac

Browse files
committed
[1 changes] fix: handle parenthesized expressions in array length (noir-lang/noir#6132)
chore: remove bubble_up_constrains (noir-lang/noir#6127) fix: Consider constants as used values to keep their rc ops (noir-lang/noir#6122)
1 parent bcec12d commit a01b3ac

File tree

1,803 files changed

+11595
-119776
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,803 files changed

+11595
-119776
lines changed

.noir-sync-commit

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9bf2dcbf166f9ffd97c369c0de3d95329c850d47
1+
9f0b3971ee41e78241cbea4e3f81bac4edd5897d
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
".": "0.33.0",
3-
"acvm-repo": "0.49.0"
2+
".": "0.34.0",
3+
"acvm-repo": "0.50.0"
44
}

noir/noir-repo/CHANGELOG.md

+207
Large diffs are not rendered by default.

noir/noir-repo/Cargo.lock

+29-29
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

noir/noir-repo/Cargo.toml

+8-8
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ resolver = "2"
4242

4343
[workspace.package]
4444
# x-release-please-start-version
45-
version = "0.33.0"
45+
version = "0.34.0"
4646
# x-release-please-end
4747
authors = ["The Noir Team <team@noir-lang.org>"]
4848
edition = "2021"
@@ -59,13 +59,13 @@ unused_qualifications = "warn"
5959
[workspace.dependencies]
6060

6161
# ACVM workspace dependencies
62-
acir_field = { version = "0.49.0", path = "acvm-repo/acir_field", default-features = false }
63-
acir = { version = "0.49.0", path = "acvm-repo/acir", default-features = false }
64-
acvm = { version = "0.49.0", path = "acvm-repo/acvm" }
65-
brillig = { version = "0.49.0", path = "acvm-repo/brillig", default-features = false }
66-
brillig_vm = { version = "0.49.0", path = "acvm-repo/brillig_vm", default-features = false }
67-
acvm_blackbox_solver = { version = "0.49.0", path = "acvm-repo/blackbox_solver", default-features = false }
68-
bn254_blackbox_solver = { version = "0.49.0", path = "acvm-repo/bn254_blackbox_solver", default-features = false }
62+
acir_field = { version = "0.50.0", path = "acvm-repo/acir_field", default-features = false }
63+
acir = { version = "0.50.0", path = "acvm-repo/acir", default-features = false }
64+
acvm = { version = "0.50.0", path = "acvm-repo/acvm" }
65+
brillig = { version = "0.50.0", path = "acvm-repo/brillig", default-features = false }
66+
brillig_vm = { version = "0.50.0", path = "acvm-repo/brillig_vm", default-features = false }
67+
acvm_blackbox_solver = { version = "0.50.0", path = "acvm-repo/blackbox_solver", default-features = false }
68+
bn254_blackbox_solver = { version = "0.50.0", path = "acvm-repo/bn254_blackbox_solver", default-features = false }
6969

7070
# Noir compiler workspace dependencies
7171
fm = { path = "compiler/fm" }

0 commit comments

Comments
 (0)