Skip to content

Commit 6563748

Browse files
Specify patch
1 parent f6ac485 commit 6563748

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Cargo.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,19 @@ repository = "https://github.com/datafusion-contrib/datafusion-functions-json/"
1111
rust-version = "1.82.0"
1212

1313
[dependencies]
14-
datafusion = { git = "https://github.com/apache/datafusion.git", rev = "5bdaeaf" }
14+
datafusion = { version = "47", default-features = false }
1515
jiter = "0.9"
1616
paste = "1"
1717
log = "0.4"
1818

1919
[dev-dependencies]
20-
datafusion = { git = "https://github.com/apache/datafusion.git", rev="5bdaeaf", default-features = false , features = ["nested_expressions"]}
20+
datafusion = { version = "47", default-features = false , features = ["nested_expressions"]}
2121
codspeed-criterion-compat = "2.6"
2222
tokio = { version = "1.43", features = ["full"] }
2323

24+
[patch.crates-io]
25+
datafusion = { git = "https://github.com/apache/datafusion.git", rev = "5bdaeaf" }
26+
2427
[lints.clippy]
2528
dbg_macro = "deny"
2629
print_stdout = "deny"

0 commit comments

Comments
 (0)