Skip to content

Commit

Permalink
release as 0.40.0 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt authored Jul 29, 2024
1 parent efe0491 commit 175dba5
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 175dba5

Please sign in to comment.