Skip to content

Commit

Permalink
bump: rip 0.8.0 (#806)
Browse files Browse the repository at this point in the history
  • Loading branch information
nichmor committed Feb 13, 2024
1 parent 989f515 commit 9a64d87
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ rattler_virtual_packages = { version = "0.18.0", default-features = false }
regex = "1.10.3"
reqwest = { version = "0.11.24", default-features = false }
reqwest-middleware = "0.2.4"
rip = { package = "rattler_installs_packages", version = "0.7.0", default-features = false }
rip = { package = "rattler_installs_packages", version = "0.8.0", default-features = false }
self-replace = "1.3.7"
serde = "1.0.196"
serde-untagged = "0.1.5"
Expand Down
2 changes: 1 addition & 1 deletion src/install_pypi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ fn stream_python_artifacts(
is_direct_url: false,
};

let wheel = tokio::spawn({
let (wheel, _) = tokio::spawn({
let marker_environment = marker_environment.clone();
let compatible_tags = compatible_tags.clone();
let resolve_options = resolve_options.clone();
Expand Down

0 comments on commit 9a64d87

Please sign in to comment.