google / flatbuffers

FlatBuffers: Memory Efficient Serialization Library
https://flatbuffers.dev/
Apache License 2.0
23.16k stars 3.23k forks source link

Attempt to fix Rust CI #8411

Closed aardappel closed 3 days ago

aardappel commented 3 days ago

by undoing what appears to have broken it: https://github.com/google/flatbuffers/pull/8372

aardappel commented 3 days ago

@gschulze @dbaileychess @CasperN sorry, don't know the Rust ecosystem, so feel free to upgrade these deps to whatever they need to be, but the last time they were upgraded our CI was failing for over a month because of it, so lets make sure the new versions work with FlatBuffers.

Also, still a ton of warnings on the Rust build in general if anyone fancies to have a look.