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 2e8dae0 commit 4a9f4a0Copy full SHA for 4a9f4a0
Cargo.toml
@@ -1,6 +1,6 @@
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"
@@ -34,9 +34,3 @@ pedantic = { level = "deny", priority = -1 }
34
[[bench]]
35
name = "main"
36
harness = false
37
-
38
-[patch.crates-io]
39
-datafusion = { git = "https://github.com/pydantic/datafusion.git", rev = "b978115" }
40
-datafusion-common = { git = "https://github.com/pydantic/datafusion.git", rev = "b978115" }
41
-datafusion-expr = { git = "https://github.com/pydantic/datafusion.git", rev = "b978115" }
42
-datafusion-execution = { git = "https://github.com/pydantic/datafusion.git", rev = "b978115" }
0 commit comments