Skip to content

Commit 1e9358d

Browse files
authored
add more testing coverage for various json datatype inputs (#94)
1 parent 65a8bdc commit 1e9358d

File tree

3 files changed

+402
-208
lines changed

3 files changed

+402
-208
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ 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.82.0"
11+
rust-version = "1.85.1"
1212

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

0 commit comments

Comments
 (0)