Open poljar opened 2 days ago
The ffi-macros
crate is used if the uniffi
feature is set, right? So technically we do have to ship it, even though we don't ship the bindings, as long as we have the uniffi
feature :thinking:
Well yes, that's what this issue is about, I released the macros crate manually this time around.
Though we can do a couple of things to fix this issue:
ffi-macros
to our release process.uniffi
.
This dependency is breaking our release process since none of the crates in the
/bindings
folder are set up for the release process.