diff --git a/Cargo.toml b/Cargo.toml index e9726a3..3dc237f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,8 +8,8 @@ members = [ ] [workspace.dependencies] -polars = {path = "../polars/crates/polars", version = "*", default-features=false} -polars-core = {path = "../polars/crates/polars-core", version = "*", default-features=false} -polars-ffi = {path= "../polars/crates/polars-ffi", version = "*", default-features=false} -polars-plan = {path= "../polars/crates/polars-plan", version = "*", default-feautres=false} -polars-lazy = {path = "../polars/crates/polars-lazy", version = "*", default-features=false} +polars = {git = "https://github.com/pola-rs/polars", rev="87203ef58b676a26a15cae79490ff7592924a27d", version = "*", default-features=false} +polars-core = {git = "https://github.com/pola-rs/polars", rev="87203ef58b676a26a15cae79490ff7592924a27d", version = "*", default-features=false} +polars-ffi = {git= "https://github.com/pola-rs/polars", rev="87203ef58b676a26a15cae79490ff7592924a27d",version = "*", default-features=false} +polars-plan = {git= "https://github.com/pola-rs/polars", rev="87203ef58b676a26a15cae79490ff7592924a27d",version = "*", default-feautres=false} +polars-lazy = {git = "https://github.com/pola-rs/polars", rev="87203ef58b676a26a15cae79490ff7592924a27d",version = "*", default-features=false}