diff --git a/chrontext/Cargo.toml b/chrontext/Cargo.toml index 69d1008..9cbf12e 100644 --- a/chrontext/Cargo.toml +++ b/chrontext/Cargo.toml @@ -25,8 +25,8 @@ async-trait = "0.1.68" base64 = "0.21.3" opcua = {version="0.12.0", features = ["vendored-openssl"]} async-recursion = "1.0.4" -bigquery-polars = {path = "../../bigquery-polars/bigquery-polars"} -#bigquery-polars = {git="https://github.com/DataTreehouse/bigquery-polars"} +#bigquery-polars = {path = "../../bigquery-polars/bigquery-polars"} +bigquery-polars = {git="https://github.com/DataTreehouse/bigquery-polars"} crossbeam = {version = "0.8.2"} serde_json = "1.0.105" oxigraph = "0.3.22"