Skip to content

Commit

Permalink
fix: revert chnage to modify version in workspace file for acvm depen…
Browse files Browse the repository at this point in the history
…dencies (#3673)

# Description

This reverts the change done in #3645 and removes the extraneous
flake.nix file

## Problem\*

Resolves <!-- Link to GitHub Issue -->

## 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.
  • Loading branch information
kevaundray committed Dec 2, 2023
1 parent 690cfc0 commit 0696f75
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0696f75

Please sign in to comment.