Skip to content

Commit 175dba5

Browse files
authored
release as 0.40.0 (#31)
1 parent efe0491 commit 175dba5

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

Cargo.toml

+1-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "datafusion-functions-json"
3-
version = "0.2.0"
3+
version = "0.40.0"
44
edition = "2021"
55
description = "JSON functions for DataFusion"
66
readme = "README.md"
@@ -27,13 +27,6 @@ datafusion = "40"
2727
clap = "4"
2828
tokio = { version = "1.37", features = ["full"] }
2929

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-
3730
[lints.clippy]
3831
dbg_macro = "deny"
3932
print_stdout = "deny"

0 commit comments

Comments
 (0)