Skip to content

Commit c5914d6

Browse files
committed
Update bitflags version declaration to match arrow-schema
1 parent 0223a54 commit c5914d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

datafusion/expr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ sql = ["sqlparser"]
4848
[dependencies]
4949
arrow = { workspace = true }
5050
async-trait = { workspace = true }
51-
bitflags = "2.9.4"
51+
bitflags = "2.0.0"
5252
chrono = { workspace = true }
5353
datafusion-common = { workspace = true, default-features = false }
5454
datafusion-doc = { workspace = true }

0 commit comments

Comments
 (0)