You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The string looks malformed 'version = "0.7.1+v.0.28.3"'
Should this be 'version = "v0.7.2+v0.28.3"?
Adding the v, updating to version v0.7.2 and removing the extra . in v0.28.3
Hi,
Something I've noticed here
uniffi-bindgen-cpp/bindgen/Cargo.toml
Line 3 in 6a93308
The string looks malformed 'version = "0.7.1+v.0.28.3"'
Should this be 'version = "v0.7.2+v0.28.3"?
Adding the v, updating to version v0.7.2 and removing the extra . in v0.28.3
Thanks!