From b5c01d5ff6a1285173ad2ceee2ab161dbdae3368 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Sat, 21 Dec 2024 08:49:03 -0800 Subject: [PATCH 1/2] Update pola-rs Try to get the fix for https://github.com/pola-rs/polars/issues/19063 in a better way to fix CI --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f9ca0d85..c4e1b68c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,8 +40,8 @@ memchr = "2.3" num = { version = "0.4", default-features = false } num-integer = "0.1.46" pkg-config = "0.3.24" -polars = "0.35.4" -polars-core = "0.35.4" +polars = "0.45" +polars-core = "0.45" pretty_assertions = "1.4.0" prettyplease = "0.2.20" proc-macro2 = "1.0.56" From fa226e54dae9a85b6f4474f38c81f6ed0e8e6133 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Sat, 21 Dec 2024 08:49:44 -0800 Subject: [PATCH 2/2] Remove pola-rs workaround --- .github/workflows/rust.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/rust.yaml b/.github/workflows/rust.yaml index 86ae5ebf..5b4e0ab4 100644 --- a/.github/workflows/rust.yaml +++ b/.github/workflows/rust.yaml @@ -54,11 +54,6 @@ jobs: - run: cargo fmt --all -- --check if: matrix.os == 'ubuntu-latest' - # TODO: remove - - name: Workaround for https://github.com/pola-rs/polars/issues/19063 - run: | - cargo update indexmap@2.6.0 --precise 2.5.0 - - name: run cargo clippy if: matrix.os == 'ubuntu-latest' env: