mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-29 08:12:01 +00:00
Attempt to fix Rust CI (#8411)
by undoing what appears to have broken it: https://github.com/google/flatbuffers/pull/8372
This commit is contained in:
committed by
GitHub
parent
69a53e495d
commit
2436bd8175
@@ -24,5 +24,5 @@ deserialize_human_readable = []
|
||||
serde = "1.0.119"
|
||||
serde_derive = "1.0.119"
|
||||
byteorder = "1.4.2"
|
||||
num_enum = "0.7.3"
|
||||
bitflags = "2.6.0"
|
||||
num_enum = "0.5.1"
|
||||
bitflags = "1.2.1"
|
||||
|
||||
Reference in New Issue
Block a user