mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-01 17:57:25 +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:
parent
69a53e495d
commit
2436bd8175
2 changed files with 3 additions and 3 deletions
|
|
@ -17,7 +17,7 @@ std = []
|
|||
serialize = ["serde"]
|
||||
|
||||
[dependencies]
|
||||
bitflags = "2.6.0"
|
||||
bitflags = "1.2.1"
|
||||
serde = { version = "1.0", optional = true }
|
||||
|
||||
[build-dependencies]
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue