Skip to content

Commit

Permalink
Update the jsonpath_lib dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
photino authored Dec 9, 2024
1 parent 01fadd9 commit 9e5f102
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crates/polars-ops/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ unicode-reverse = { workspace = true, optional = true }
[dependencies.jsonpath_lib]
package = "jsonpath_lib_polars_vendor"
optional = true
version = "0.0.1"
git = "https://github.com/ritchie46/jsonpath.git"
branch = "improve_compiled"
#version = "0.0.1"

[dev-dependencies]
rand = { workspace = true, features = ["small_rng"] }
Expand Down

0 comments on commit 9e5f102

Please sign in to comment.