-
Notifications
You must be signed in to change notification settings - Fork 45
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
Bump uniffi-rs to 0.19.3 #173
Bump uniffi-rs to 0.19.3 #173
Conversation
[dependencies] | ||
anyhow = "=1.0.45" # remove after upgrading to next version of uniffi | ||
structopt = "0.3" | ||
uniffi_bindgen = "0.16.0" | ||
uniffi_bindgen = "0.19.3" | ||
camino = "1.0.9" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there anyway to do this update without adding a new dependency?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nevermind camino
doesn't have any more dependencies on it and this is only for the bdk-ffi-bindgen
so I think it's OK.
This is currently failing because somehow the bindgen tool is trying to create the src/bdk.udl file rather than simply using it? Input UDL file is "src/bdk.udl"
Chosen language is kotlin
Output directory is "./"
Error: failed to create directory `src/bdk.udl`
Caused by:
File exists (os error 17) |
6a52e69
to
ee737af
Compare
My bad. I had changed the arguments we were giving to the Fixed. I tested with bdk-kotlin and bdk-kotlin-test-suite and everything runs fine. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK ee737af
This PR brings bdk-ffi on the latest version of uniffi-rs.