Skip to content

Commit

Permalink
chore(build): remove risc-0 from workspace (#791)
Browse files Browse the repository at this point in the history
It seems that release-please doesn't handle these crates, not updating
dependency versions in the release pull request.

---------

Co-authored-by: Anatoly Laskaris <[email protected]>
  • Loading branch information
monoid and nahsi authored Jan 9, 2024
1 parent 325eea7 commit 17482f0
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 413 deletions.
18 changes: 0 additions & 18 deletions .github/release-please/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,6 @@
"air-interpreter",
"avm-client"
]
},
{
"type": "linked-versions",
"groupName": "risc0",
"components": [
"zk-aquavm-interface",
"zk-aquavm-methods",
"zk-aquavm"
]
}
],
"packages": {
Expand Down Expand Up @@ -64,15 +55,6 @@
},
"tools/wasm/air-beautify-wasm": {
"component": "air-beautify-wasm"
},
"crates/risc-0/core": {
"component": "zk-aquavm-interface"
},
"crates/risc-0/methods": {
"component": "zk-aquavm-methods"
},
"crates/risc-0/methods/guest": {
"component": "zk-aquavm"
}
}
}
Loading

0 comments on commit 17482f0

Please sign in to comment.