Skip to content

Commit

Permalink
refactor: simplify Wheel API (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra authored Feb 19, 2024
1 parent 85f1142 commit 3d3590a
Show file tree
Hide file tree
Showing 23 changed files with 1,439 additions and 1,464 deletions.
8 changes: 4 additions & 4 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 crates/rattler_installs_packages/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ flate2 = "1.0.28"
pyproject-toml = "0.9.0"
async-once-cell = "0.5.3"
configparser = "3.0.4"
cacache = { version = "12.0.0", default-features = false, features = ["tokio-runtime", "mmap"] }
cacache = { version = "13.0.0", default-features = false, features = ["tokio-runtime", "mmap"] }
async-recursion = "1.0.5"
fs-err = "2.11.0"
fs_extra = "1.3.0"
async_http_range_reader = "0.6.0"
async_http_range_reader = "0.6.1"
which = "6.0.0"

[dev-dependencies]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
source: crates/rattler_installs_packages/src/artifacts/sdist.rs
expression: wheel_metadata.unwrap().1
expression: wheel_metadata.1
---
WheelCoreMetadata {
name: PackageName {
Expand Down
Loading

0 comments on commit 3d3590a

Please sign in to comment.