Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Commit

Permalink
chore: fix release-please config for acvm_backend_solver (#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench authored Sep 19, 2023
1 parent a4b9772 commit 09d2dfa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ acir = { version = "0.26.1", path = "acir", default-features = false }
acir_field = { version = "0.26.1", path = "acir_field", default-features = false }
stdlib = { package = "acvm_stdlib", version = "0.26.1", path = "stdlib", default-features = false }
brillig = { version = "0.26.1", path = "brillig", default-features = false }
brillig_vm = { version = "0.26.1", path = "brillig_vm", default-features = false }
acvm_blackbox_solver = { version = "0.26.1", path = "blackbox_solver", default-features = false }
barretenberg_blackbox_solver = { version = "0.26.1", path = "barretenberg_blackbox_solver", default-features = false }

Expand Down
2 changes: 1 addition & 1 deletion acvm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ thiserror.workspace = true

acir.workspace = true
stdlib.workspace = true
brillig_vm = { version = "0.26.1", path = "../brillig_vm", default-features = false }
brillig_vm.workspace = true
acvm_blackbox_solver.workspace = true

indexmap = "1.7.0"
Expand Down
4 changes: 2 additions & 2 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
{
"type": "toml",
"path": "Cargo.toml",
"jsonpath": "$.workspace.dependencies.blackbox_solver.version"
"jsonpath": "$.workspace.dependencies.acvm_blackbox_solver.version"
},
{
"type": "json",
Expand Down Expand Up @@ -89,4 +89,4 @@
]
}
]
}
}

0 comments on commit 09d2dfa

Please sign in to comment.