From e77a62408c07905a7bd162046dda7abb6f58c539 Mon Sep 17 00:00:00 2001 From: ritchie Date: Sun, 17 Sep 2023 21:56:22 +0200 Subject: [PATCH] point to crates.io --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3dc237f..0b842d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,8 +8,8 @@ members = [ ] [workspace.dependencies] -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} +polars = {version = "0.33.2", default-features=false} +polars-core = {version = "0.33.2", default-features=false} +polars-ffi = {ersion = "0.33.2", default-features=false} +polars-plan = {version = "0.33.2", default-feautres=false} +polars-lazy = {version = "0.33.2", default-features=false}