From 9e5f102a98a59fd8d852e22c034ecab183a29ebd Mon Sep 17 00:00:00 2001 From: Zan Pan Date: Mon, 9 Dec 2024 19:12:11 +0800 Subject: [PATCH] Update the jsonpath_lib dependency Fixes #20208 --- crates/polars-ops/Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/crates/polars-ops/Cargo.toml b/crates/polars-ops/Cargo.toml index 63e52cffc1e4..adbc2a4ba7b2 100644 --- a/crates/polars-ops/Cargo.toml +++ b/crates/polars-ops/Cargo.toml @@ -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"] }