@@ -11,7 +11,7 @@ repository = "https://github.com/datafusion-contrib/datafusion-functions-json/"
1111rust-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] }
1717jiter = " 0.12.0"
@@ -20,7 +20,7 @@ paste = "1"
2020
2121[dev-dependencies ]
2222codspeed-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 ]]
3838name = " main"
3939harness = 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