Skip to content

Commit

Permalink
feat: enable rayon when reading PrefixRecord's (#2728)
Browse files Browse the repository at this point in the history
Co-authored-by: Ruben Arts <ruben.arts@hotmail.com>
  • Loading branch information
wolfv and ruben-arts authored Dec 19, 2024
1 parent 794a968 commit f7c6c38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit f7c6c38

Please sign in to comment.