From b8f223a680256dd6792c284aa22d7ec166d93615 Mon Sep 17 00:00:00 2001 From: Joel Natividad <1980690+jqnatividad@users.noreply.github.com> Date: Fri, 2 Aug 2024 20:41:05 -0400 Subject: [PATCH] `deps`: enable polars avx512 feature --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index e2d4106c2..1562951db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -147,6 +147,7 @@ phf = { version = "0.11", features = ["macros"], optional = true } polars = { version = "0.41", features = [ "asof_join", "avro", + "avx512", "binary_encoding", "coalesce", "cross_join",