Skip to content

Commit

Permalink
feat: speed up prefix record loading (#1278)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfv authored Dec 18, 2024
1 parent b5b9a01 commit 69b1d95
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 21 deletions.
39 changes: 20 additions & 19 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ comfy-table = "7.1.3"
futures = "0.3.31"
indicatif = "0.17.9"
console = { version = "0.15.10", features = ["windows-console-colors"] }
thiserror = "2.0.7"
thiserror = "2.0.8"
tempfile = "3.14.0"
chrono = "0.4.39"
sha1 = "0.10.6"
Expand Down Expand Up @@ -132,7 +132,7 @@ async-recursion = "1.1.1"
# Rattler crates
rattler = { version = "0.28.8", default-features = false, features = ["cli-tools", "indicatif"] }
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, features = ["serde"] }
rattler_index = { version = "0.20.3", default-features = false }
rattler_networking = { version = "0.21.9", default-features = false }
Expand Down

0 comments on commit 69b1d95

Please sign in to comment.