We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a36111d commit 5d48111Copy full SHA for 5d48111
Cargo.toml
@@ -1,14 +1,14 @@
1
[package]
2
name = "datafusion-functions-json"
3
-version = "0.44.2"
+version = "0.45.0"
4
edition = "2021"
5
description = "JSON functions for DataFusion"
6
readme = "README.md"
7
license = "Apache-2.0"
8
keywords = ["datafusion", "JSON", "SQL"]
9
categories = ["database-implementations", "parsing"]
10
repository = "https://github.com/datafusion-contrib/datafusion-functions-json/"
11
-rust-version = "1.80.1"
+rust-version = "1.81.0"
12
13
[dependencies]
14
datafusion = { version = "45", default-features = false }
0 commit comments