From 7fcdb879e13c8a70f2069802582e33be28e8a103 Mon Sep 17 00:00:00 2001 From: ritchie Date: Tue, 6 Aug 2024 12:49:15 +0200 Subject: [PATCH] restore cargo --- Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 72280a6..4e401e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,9 +14,9 @@ polars-ffi = { version = "0.41.0", default-features = false } polars-plan = { version = "0.41.0", default-feautres = false } polars-lazy = { version = "0.41.0", default-features = false } -# [patch.crates-io] -# polars = { git = "https://github.com/pola-rs/polars.git" } -# polars-core = { git = "https://github.com/pola-rs/polars.git" } -# polars-ffi = { git = "https://github.com/pola-rs/polars.git" } -# polars-plan = { git = "https://github.com/pola-rs/polars.git" } -# polars-lazy = { git = "https://github.com/pola-rs/polars.git" } +[patch.crates-io] +polars = { git = "https://github.com/pola-rs/polars.git" } +polars-core = { git = "https://github.com/pola-rs/polars.git" } +polars-ffi = { git = "https://github.com/pola-rs/polars.git" } +polars-plan = { git = "https://github.com/pola-rs/polars.git" } +polars-lazy = { git = "https://github.com/pola-rs/polars.git" }