From f7c6c3829fc329e79bbbae2dd2bf5b450ec11149 Mon Sep 17 00:00:00 2001 From: Wolf Vollprecht Date: Thu, 19 Dec 2024 07:29:28 -0500 Subject: [PATCH] feat: enable rayon when reading `PrefixRecord`'s (#2728) Co-authored-by: Ruben Arts --- Cargo.lock | 1 + Cargo.toml | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index f6f8d1daf..b11692b1d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4436,6 +4436,7 @@ dependencies = [ "rattler_digest", "rattler_macros", "rattler_redaction", + "rayon", "regex", "serde", "serde-untagged", diff --git a/Cargo.toml b/Cargo.toml index a5d3948ac..4b3d5ad8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -108,7 +108,9 @@ which = "7.0.0" file_url = "0.2.1" rattler = { version = "0.28.8", default-features = false } rattler_cache = { version = "0.3.0", default-features = false } -rattler_conda_types = { version = "0.29.6", default-features = false } +rattler_conda_types = { version = "0.29.6", default-features = false, features = [ + "rayon", +] } rattler_digest = { version = "1.0.4", default-features = false } rattler_lock = { version = "0.22.35", default-features = false } rattler_networking = { version = "0.21.9", default-features = false, features = [