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
could you publish a new version with the pinned flatbuffer, or at least supply some workaround to compile my app ?
(I can use the [patch.crates-io] but I don't fill comfortable that every build of my app will compile with master HEAD )
The text was updated successfully, but these errors were encountered:
You could use cargo update -p flatbuffers:0.8.6 --precise 0.8.4 to downgrade the version in your Cargo.lock. However, not sure how good this solution is in the long run ^^
I think we are now publishing versions of arrow with these fixes more regularly so closing this ticket. Please reopen if you think there is still work to be done
The issue caused by api change in flatbuffer crate .
I saw that the flatbuffer version already pinned in the master, But it's look like no version with the fix was publish to crates.io .
could you publish a new version with the pinned flatbuffer, or at least supply some workaround to compile my app ?
(I can use the
[patch.crates-io]
but I don't fill comfortable that every build of my app will compile with master HEAD )The text was updated successfully, but these errors were encountered: