Skip to content
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

Support uniffi 0.23.0 #1434

Closed
messense opened this issue Jan 28, 2023 · 0 comments · Fixed by #1481
Closed

Support uniffi 0.23.0 #1434

messense opened this issue Jan 28, 2023 · 0 comments · Fixed by #1481
Labels
bindings/uniffi uniffi bindings

Comments

@messense
Copy link
Member

let mut cmd = Command::new("uniffi-bindgen");
cmd.args([
"generate",
"--no-format",
"--language",
"python",
"--out-dir",
]);
cmd.arg(&binding_dir);

uniffi 0.23.0 removed the uniffi-bindgen binary.

https://github.com/mozilla/uniffi-rs/blob/main/CHANGELOG.md#migrating-to-uniffi-023

@messense messense added the bindings/uniffi uniffi bindings label Jan 28, 2023
@bors bors bot closed this as completed in 5539de1 Feb 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bindings/uniffi uniffi bindings
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant