From 175dba5f060b389f94cc0196508e1c9a355c28d6 Mon Sep 17 00:00:00 2001 From: David Hewitt Date: Mon, 29 Jul 2024 12:57:37 +0100 Subject: [PATCH] release as 0.40.0 (#31) --- Cargo.toml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 565c91c..32c8f0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "datafusion-functions-json" -version = "0.2.0" +version = "0.40.0" edition = "2021" description = "JSON functions for DataFusion" readme = "README.md" @@ -27,13 +27,6 @@ datafusion = "40" clap = "4" tokio = { version = "1.37", features = ["full"] } -[patch.crates-io] -# TODO: remove this once datafusion 40.0 is released -datafusion = { git = "https://github.com/apache/datafusion.git", rev = "4123ad6" } -datafusion-common = { git = "https://github.com/apache/datafusion.git", rev = "4123ad6" } -datafusion-expr = { git = "https://github.com/apache/datafusion.git", rev = "4123ad6" } -datafusion-execution = { git = "https://github.com/apache/datafusion.git", rev = "4123ad6" } - [lints.clippy] dbg_macro = "deny" print_stdout = "deny"