Skip to content

Commit 4a9f4a0

Browse files
committed
use released version
1 parent 2e8dae0 commit 4a9f4a0

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

Cargo.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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"
@@ -34,9 +34,3 @@ pedantic = { level = "deny", priority = -1 }
3434
[[bench]]
3535
name = "main"
3636
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

Comments
 (0)