Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: simplify Wheel API #231

Merged
merged 4 commits into from
Feb 19, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
refactor: simplify wheel API
  • Loading branch information
baszalmstra committed Feb 18, 2024
commit 977e2b4520de53f1a4d3f760794d17bf66b92bef
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

This file was deleted.

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
Loading