Skip to content

Commit 5cc79f9

Browse files
committed
use override
1 parent 71e17bc commit 5cc79f9

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

Cargo.toml

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

1313
[dependencies]
14-
datafusion = { git = "https://github.com/apache/datafusion.git", rev = "d47bd599ee911eb4be018595b860341ff437ccb1", default-features = false, features = [
14+
datafusion = { version = "52.0.0", default-features = false, features = [
1515
"sql",
1616
] }
1717
jiter = "0.12.0"
@@ -20,7 +20,7 @@ paste = "1"
2020

2121
[dev-dependencies]
2222
codspeed-criterion-compat = "2.6"
23-
datafusion = { git = "https://github.com/apache/datafusion.git", rev = "d47bd599ee911eb4be018595b860341ff437ccb1", default-features = false, features = [
23+
datafusion = { version = "52.0.0", default-features = false, features = [
2424
"nested_expressions",
2525
"sql",
2626
] }
@@ -37,3 +37,14 @@ pedantic = { level = "deny", priority = -1 }
3737
[[bench]]
3838
name = "main"
3939
harness = false
40+
41+
42+
[patch.crates-io]
43+
datafusion = { git = "https://github.com/apache/datafusion.git", rev = "d47bd599ee911eb4be018595b860341ff437ccb1" }
44+
datafusion-common = { git = "https://github.com/apache/datafusion.git", rev = "d47bd599ee911eb4be018595b860341ff437ccb1" }
45+
datafusion-expr = { git = "https://github.com/apache/datafusion.git", rev = "d47bd599ee911eb4be018595b860341ff437ccb1" }
46+
datafusion-execution = { git = "https://github.com/apache/datafusion.git", rev = "d47bd599ee911eb4be018595b860341ff437ccb1" }
47+
datafusion-sql = { git = "https://github.com/apache/datafusion.git", rev = "d47bd599ee911eb4be018595b860341ff437ccb1" }
48+
datafusion-proto = { git = "https://github.com/apache/datafusion.git", rev = "d47bd599ee911eb4be018595b860341ff437ccb1" }
49+
datafusion-datasource = { git = "https://github.com/apache/datafusion.git", rev = "d47bd599ee911eb4be018595b860341ff437ccb1" }
50+
datafusion-physical-expr-adapter = { git = "https://github.com/apache/datafusion.git", rev = "d47bd599ee911eb4be018595b860341ff437ccb1" }

0 commit comments

Comments
 (0)