Skip to content

Commit

Permalink
Attempt to fix Rust CI
Browse files Browse the repository at this point in the history
by undoing what appears to have broken it: #8372
  • Loading branch information
aardappel committed Sep 30, 2024
1 parent 69a53e4 commit f0fa270
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rust/flatbuffers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ std = []
serialize = ["serde"]

[dependencies]
bitflags = "2.6.0"
bitflags = "1.2.1"
serde = { version = "1.0", optional = true }

[build-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions rust/flexbuffers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit f0fa270

Please sign in to comment.