Skip to content

Commit

Permalink
bb_rs separated
Browse files Browse the repository at this point in the history
  • Loading branch information
Okm165 committed Apr 27, 2024
1 parent 697642b commit 9138db7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 13 deletions.
4 changes: 0 additions & 4 deletions .gitmodules

This file was deleted.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace]
members = ["aztec-packages/barretenberg/bb_rs", "crates/nargo", "crates/noir_rs"]
members = ["crates/nargo", "crates/noir_rs"]
resolver = "2"

[workspace.package]
Expand All @@ -13,14 +13,14 @@ authors = ["Bartosz Nowak"]
acir = "0.41.0"
acvm = "0.41.0"
acvm_blackbox_solver = "0.41.0"
bn254_blackbox_solver = "0.39.0"
base64 = "0.22.0"
bb_rs = { path = "aztec-packages/barretenberg/bb_rs" }
noir_rs = { path = "crates/noir_rs" }
nargo = { path = "crates/nargo" }
bb_rs = {git = "https://github.com/Okm165/aztec-packages.git", branch = "v0.27.0"}
bincode = "1.3.3"
bn254_blackbox_solver = "0.39.0"
flate2 = "1.0.28"
hex = "0.4.3"
nargo = { path = "crates/nargo" }
noir_rs = { path = "crates/noir_rs" }
reqwest = { version = "0.12.1", features = ["blocking"] }
serde = "1.0.197"
thiserror = "1.0.58"
Expand Down
1 change: 0 additions & 1 deletion aztec-packages
Submodule aztec-packages deleted from 541c17
6 changes: 3 additions & 3 deletions crates/noir_rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ authors.workspace = true

[dependencies]
acir.workspace = true
nargo.workspace = true
acvm.workspace = true
acvm_blackbox_solver.workspace = true
bn254_blackbox_solver.workspace = true
acvm.workspace = true
base64.workspace = true
bb_rs.workspace = true
bincode.workspace = true
bn254_blackbox_solver.workspace = true
flate2.workspace = true
hex.workspace = true
nargo.workspace = true
reqwest.workspace = true
serde.workspace = true
thiserror.workspace = true
Expand Down

0 comments on commit 9138db7

Please sign in to comment.