mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-26 08:42:39 +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
@@ -17,7 +17,7 @@ std = []
|
||||
serialize = ["serde"]
|
||||
|
||||
[dependencies]
|
||||
bitflags = "2.6.0"
|
||||
bitflags = "1.2.1"
|
||||
serde = { version = "1.0", optional = true }
|
||||
|
||||
[build-dependencies]
|
||||
|
||||
Reference in New Issue
Block a user