File tree 1 file changed +1
-8
lines changed
1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " datafusion-functions-json"
3
- version = " 0.2 .0"
3
+ version = " 0.40 .0"
4
4
edition = " 2021"
5
5
description = " JSON functions for DataFusion"
6
6
readme = " README.md"
@@ -27,13 +27,6 @@ datafusion = "40"
27
27
clap = " 4"
28
28
tokio = { version = " 1.37" , features = [" full" ] }
29
29
30
- [patch .crates-io ]
31
- # TODO: remove this once datafusion 40.0 is released
32
- datafusion = { git = " https://github.com/apache/datafusion.git" , rev = " 4123ad6" }
33
- datafusion-common = { git = " https://github.com/apache/datafusion.git" , rev = " 4123ad6" }
34
- datafusion-expr = { git = " https://github.com/apache/datafusion.git" , rev = " 4123ad6" }
35
- datafusion-execution = { git = " https://github.com/apache/datafusion.git" , rev = " 4123ad6" }
36
-
37
30
[lints .clippy ]
38
31
dbg_macro = " deny"
39
32
print_stdout = " deny"
You can’t perform that action at this time.
0 commit comments