From 7ecc0336ad6ddd7dce9208a3287bf8daed9db66a Mon Sep 17 00:00:00 2001 From: Stijn de Gooijer Date: Mon, 5 Jun 2023 15:34:57 +0200 Subject: [PATCH] chore(rust): Fix itoap dependency specification (#9239) --- polars/polars-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polars/polars-core/Cargo.toml b/polars/polars-core/Cargo.toml index a7eecf1d6f2b..5f8dda30e90c 100644 --- a/polars/polars-core/Cargo.toml +++ b/polars/polars-core/Cargo.toml @@ -157,7 +157,7 @@ comfy-table = { version = "6.1.4", optional = true, default_features = false } either.workspace = true hashbrown.workspace = true indexmap.workspace = true -itoap = { version = "1", optional = true, feature = ["simd"] } +itoap = { version = "1", optional = true, features = ["simd"] } ndarray = { version = "0.15", optional = true, default_features = false } num-traits.workspace = true object_store = { version = "0.6.0", default-features = false, optional = true }