From 5212ca43d080c74a9b3ce3391bacc0221421d82d Mon Sep 17 00:00:00 2001 From: Magnus Bakken <10287813+magbak@users.noreply.github.com> Date: Thu, 7 Mar 2024 22:28:30 +0100 Subject: [PATCH] Fix forgotten dependency bug --- chrontext/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"