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

Upgrade bitflags dependency in Rust implementation to version 2.6.0 #8371

Open
gschulze opened this issue Aug 8, 2024 · 2 comments · Fixed by #8372
Open

Upgrade bitflags dependency in Rust implementation to version 2.6.0 #8371

gschulze opened this issue Aug 8, 2024 · 2 comments · Fixed by #8372

Comments

@gschulze
Copy link
Contributor

gschulze commented Aug 8, 2024

The bitflags dependency in the Rust implementation has version 1.2.1, which is about five years old. When using flatbuffers with other crates that depend on a 2.x version of bitflags, this leads to duplicated dependencies. This could be avoided by updating the bitflags dependency to version 2.6.0.

@aardappel
Copy link
Collaborator

This will need to be reattempted, see: #8411

@XinyuZeng
Copy link

Any updates? This is the same for the num_enum dependency. Using the same 24.12.23 version for flatbuffer and flexbuffer, they result in duplicate dependency because of this, which is weird.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants