Skip to content

Commit e23fca1

Browse files
committed
enable rayon
1 parent 2e05115 commit e23fca1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.lock

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ pep440_rs = { workspace = true }
237237
pep508_rs = { workspace = true }
238238
percent-encoding = { workspace = true }
239239
rattler = { workspace = true, features = ["cli-tools", "indicatif"] }
240-
rattler_conda_types = { workspace = true }
240+
rattler_conda_types = { workspace = true, features = ["rayon"] }
241241
rattler_digest = { workspace = true }
242242
rattler_lock = { workspace = true }
243243
rattler_networking = { workspace = true }

0 commit comments

Comments
 (0)