re-export crates from capnp
#612
andrewbanchich
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hi @dwrensha! we currently use
capnp,capnpc, andcapnp-rpc. when dependabot updates our dependencies, it opens one PR per update, which causes problems with capnp since sometimes this breaks CI due to these depending on each other.e.g. with the
0.24update the PR for updatingcapnpcfails with:would it be possible to re-export
capnpcandcapnp-rpcfromcapnp(maybe behind a feature flag if you want to optimize build times) so that these always stay in sync?Beta Was this translation helpful? Give feedback.
All reactions