-
-
Notifications
You must be signed in to change notification settings - Fork 278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
uniffi-bindgen
required to be installed for maturin
to work
#1658
Comments
At the moment I've published pre-built |
That makes sense. I'm facing the problem that I can't use this, as my project needs the current |
Now that uniffi released 0.24, I think you can use it? |
Yes. This problem no longer affects me as much. |
Will be fixed in #1729. |
Nice! |
uniffi-bindgen
needs to be installed in some way in order formaturin
to work withuniffi
bindings.It'd be nice if the correct version of
uniffi-bindgen
could be used automatically, e.g. by adding a workspace crate like described in https://github.com/mozilla/uniffi-rs/blob/62979fa0899b74f29db48d715da20ea514e400fe/docs/manual/src/tutorial/foreign_language_bindings.md#multi-crate-workspaces.Would something like this be interesting for this project?
The text was updated successfully, but these errors were encountered: