Skip to content

Commit 305bf8e

Browse files
committed
ci: fix cargo bench
1 parent 359a380 commit 305bf8e

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

Cargo.toml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@ edition = "2024"
2222
description = "Extra Functions for DataFusion"
2323
readme = "README.md"
2424
license = "Apache-2.0"
25-
keywords = ["aggregations", "datafusion", "functions-extra"]
25+
keywords = [
26+
"aggregations",
27+
"datafusion",
28+
"functions-extra",
29+
]
2630
repository = "https://github.com/datafusion-contrib/datafusion-functions-extra/"
2731

2832
[dependencies]
@@ -40,11 +44,15 @@ tokio = "1.47"
4044

4145
[dev-dependencies.arrow]
4246
default-features = false
43-
features = ["test_utils"]
44-
version = "56.0"
47+
features = [
48+
"test_utils",
49+
]
50+
version = "55.0"
4551

4652
[dev-dependencies.insta]
47-
features = ["yaml"]
53+
features = [
54+
"yaml",
55+
]
4856
version = "1.43"
4957

5058
[[bench]]

0 commit comments

Comments
 (0)