Skip to content

Commit

Permalink
bump datafusion to 44, version to 0.44 (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt authored Jan 7, 2025
1 parent 49d3fbc commit 4956e2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[package]
name = "datafusion-functions-json"
version = "0.43.0"
version = "0.44.0"
edition = "2021"
description = "JSON functions for DataFusion"
readme = "README.md"
license = "Apache-2.0"
keywords = ["datafusion", "JSON", "SQL"]
categories = ["database-implementations", "parsing"]
repository = "https://github.com/datafusion-contrib/datafusion-functions-json/"
rust-version = "1.79.0"
rust-version = "1.80.1"

[dependencies]
datafusion = { version = "43", default-features = false }
datafusion = { version = "44", default-features = false }
jiter = "0.8"
paste = "1"
log = "0.4"
Expand Down

0 comments on commit 4956e2b

Please sign in to comment.