Uh oh!
There was an error while loading. Please reload this page.
Bump uniffi dependency to v0.28.3 - #591
Conversation
We bump our `uniffi` dependency to v0.28.3 to unlock some of the nicer features `uniffi` added since the previously-used v0.27.3. However, we can't bump it further to v0.29.3, as we have users requiring compatibility with `uniffi-bindgen-go`, which only supports v0.28.3 at the time of writing.
I've assigned @tankyleo as a reviewer! |
tankyleo
left a comment
There was a problem hiding this comment.
Not familiar with uniffi myself, reproduced the diff on my machine, things seem to be working, and also ran successfully scripts/uniffi_bindgen_generate_python.sh and scripts/uniffi_bindgen_generate_kotlin.sh.
Likely I am missing some dependencies for scripts/uniffi_bindgen_generate_swift.sh and scripts/uniffi_bindgen_generate_kotlin_android.sh
Also double checked uniffi-bindgen-go and indeed the README says "Currently, uniffi-bindgen-go uses uniffi-rs version 0.28.3".
We bump our
uniffidependency to v0.28.3 to unlock some of the nicer featuresuniffiadded since the previously-used v0.27.3. However, we can't bump it further to v0.29.3, as we have users requiring compatibility withuniffi-bindgen-go, which only supports v0.28.3 at the time of writing.