Skip to content

Commit

Permalink
chore!: update to bb version 0.7.3 (#2729)
Browse files Browse the repository at this point in the history
Co-authored-by: Tom French <[email protected]>
  • Loading branch information
kevaundray and TomAFrench authored Sep 28, 2023
1 parent 9b13156 commit fce68d1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion compiler/integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"lint": "NODE_NO_WARNINGS=1 eslint . --ext .ts --ignore-path ./.eslintignore --max-warnings 0"
},
"dependencies": {
"@aztec/bb.js": "^0.7.2",
"@aztec/bb.js": "^0.7.3",
"@noir-lang/noir_js": "workspace:*",
"@noir-lang/noir_wasm": "workspace:*",
"@noir-lang/source-resolver": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions tooling/bb_abstraction_leaks/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ use const_format::formatcp;
// }

const USERNAME: &str = "AztecProtocol";
const REPO: &str = "barretenberg";
const VERSION: &str = "0.5.1";
const TAG: &str = formatcp!("barretenberg-v{}", VERSION);
const REPO: &str = "aztec-packages";
const VERSION: &str = "0.7.3";
const TAG: &str = formatcp!("aztec-packages-v{}", VERSION);

const API_URL: &str =
formatcp!("https://github.com/{}/{}/releases/download/{}", USERNAME, REPO, TAG);
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,17 @@ __metadata:
languageName: node
linkType: hard

"@aztec/bb.js@npm:^0.7.2":
version: 0.7.10
resolution: "@aztec/bb.js@npm:0.7.10"
"@aztec/bb.js@npm:^0.7.3":
version: 0.7.3
resolution: "@aztec/bb.js@npm:0.7.3"
dependencies:
comlink: ^4.4.1
commander: ^10.0.1
debug: ^4.3.4
tslib: ^2.4.0
bin:
bb.js: dest/node/main.js
checksum: 0410278e6ec2a6ecdcbaa58633b181ec1d91e1c267c76e7e587fb69c8f2fd394e79f65bd96cfcdb2a2b20fe5abeb86ababd45bd6364ba07555fc0643bf0e4307
checksum: 4da507d3de83b56c24f074cf61dfa6812b9c37f2047af25f79feac9973a900fd517bedb707ce00de9bf8acffec871f1894385e2bc3b74fd81f2c6b4c41a02293
languageName: node
linkType: hard

Expand Down Expand Up @@ -4509,7 +4509,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "integration-tests@workspace:compiler/integration-tests"
dependencies:
"@aztec/bb.js": ^0.7.2
"@aztec/bb.js": ^0.7.3
"@noir-lang/noir_js": "workspace:*"
"@noir-lang/noir_wasm": "workspace:*"
"@noir-lang/source-resolver": "workspace:*"
Expand Down

0 comments on commit fce68d1

Please sign in to comment.