Skip to content

Commit 5d48111

Browse files
authored
Update Cargo.toml
1 parent a36111d commit 5d48111

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[package]
22
name = "datafusion-functions-json"
3-
version = "0.44.2"
3+
version = "0.45.0"
44
edition = "2021"
55
description = "JSON functions for DataFusion"
66
readme = "README.md"
77
license = "Apache-2.0"
88
keywords = ["datafusion", "JSON", "SQL"]
99
categories = ["database-implementations", "parsing"]
1010
repository = "https://github.com/datafusion-contrib/datafusion-functions-json/"
11-
rust-version = "1.80.1"
11+
rust-version = "1.81.0"
1212

1313
[dependencies]
1414
datafusion = { version = "45", default-features = false }

0 commit comments

Comments
 (0)