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 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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: