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

chore: upgrade flatbuffer version to 25.2.10 #7134

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tisonkun
Copy link
Member

Reduce the old "bitflags v1.3.2" dep in tree.

It should not have incompatible changes; just Google's version strategy seems to be YY.[M]M.[D]D

@github-actions github-actions bot added the arrow Changes to the arrow crate label Feb 14, 2025
@alamb
Copy link
Contributor

alamb commented Feb 14, 2025

Thanks @tisonkun !

Maybe this is related to

I think since flatbuffers is directly used in the arrow-ipc structures, this would actually result in a incompatible update (so we have to wait for the next major release)

It should not have incompatible changes; just Google's version strategy seems to be YY.[M]M.[D]D

I think from Rust's perspective these two versions would be incompatible (and thus the rust compiler would complain if they were mixed)

We just hit something like this while trying to upgrade rand:

@alamb alamb added the next-major-release the PR has API changes and it waiting on the next major version label Feb 14, 2025
@alamb alamb changed the title chore: upgrade flatbuffer version chore: upgrade flatbuffer version to 25.2.10 Feb 14, 2025
@tisonkun
Copy link
Member Author

@alamb You're right. I'm the dependabot this time 🤣

Thanks for your triage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrow Changes to the arrow crate next-major-release the PR has API changes and it waiting on the next major version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants