From 0696f755364293bcc7ebc7a0def0dcafede2e543 Mon Sep 17 00:00:00 2001 From: kevaundray Date: Sat, 2 Dec 2023 01:14:49 +0000 Subject: [PATCH] fix: revert chnage to modify version in workspace file for acvm dependencies (#3673) # Description This reverts the change done in #3645 and removes the extraneous flake.nix file ## Problem\* Resolves ## Summary\* ## Additional Context ## Documentation\* Check one: - [ ] No documentation needed. - [ ] Documentation included in this PR. - [ ] **[Exceptional Case]** Documentation to be submitted in a separate PR. # PR Checklist\* - [ ] I have tested the changes locally. - [ ] I have formatted the changes with [Prettier](https://prettier.io/) and/or `cargo fmt` on default settings. --- release-please-config.json | 36 ------------------------------------ 1 file changed, 36 deletions(-) diff --git a/release-please-config.json b/release-please-config.json index 7995ea3738..1849199b62 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -71,47 +71,11 @@ "brillig/Cargo.toml", "brillig_vm/Cargo.toml", "stdlib/Cargo.toml", - "flake.nix", { "type": "json", "path": "acvm_js/package.json", "jsonpath": "$.version" }, - { - "type": "toml", - "path": "acir/Cargo.toml", - "jsonpath": "$.workspace.dependencies.acir.version" - }, - { - "type": "toml", - "path": "acir_field/Cargo.toml", - "jsonpath": "$.workspace.dependencies.acir_field.version" - }, - { - "type": "toml", - "path": "stdlib/Cargo.toml", - "jsonpath": "$.workspace.dependencies.stdlib.version" - }, - { - "type": "toml", - "path": "brillig/Cargo.toml", - "jsonpath": "$.workspace.dependencies.brillig.version" - }, - { - "type": "toml", - "path": "brillig_vm/Cargo.toml", - "jsonpath": "$.workspace.dependencies.brillig_vm.version" - }, - { - "type": "toml", - "path": "blackbox_solver/Cargo.toml", - "jsonpath": "$.workspace.dependencies.acvm_blackbox_solver.version" - }, - { - "type": "toml", - "path": "barretenberg_blackbox_solver/Cargo.toml", - "jsonpath": "$.workspace.dependencies.barretenberg_blackbox_solver.version" - }, { "type": "json", "path": "acvm_js/package.json",