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

Fail to build arrow #247

Closed
eyalsatori opened this issue May 2, 2021 · 2 comments
Closed

Fail to build arrow #247

eyalsatori opened this issue May 2, 2021 · 2 comments
Labels

Comments

@eyalsatori
Copy link
Contributor

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 )

@eyalsatori eyalsatori added the bug label May 2, 2021
@Max-Meldrum
Copy link
Contributor

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 ^^

@alamb
Copy link
Contributor

alamb commented Jun 20, 2021

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

@alamb alamb closed this as completed Jun 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants