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

chore: fix release-please config for acvm_backend_solver #555

Merged
merged 1 commit into from
Sep 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@
]
}
]
}
}