Skip to content

Commit

Permalink
perf: update resolvo (#881)
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra authored Oct 1, 2024
1 parent 1a463eb commit e47e7a6
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 18 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ regex = "1.10.4"
reqwest = { version = "0.12.3", default-features = false }
reqwest-middleware = "0.3.0"
reqwest-retry = "0.6.0"
resolvo = { version = "0.8.0" }
resolvo = { version = "0.8.1" }
retry-policies = { version = "0.4.0", default-features = false }
rmp-serde = { version = "1.2.0" }
rstest = { version = "0.21.0" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ expression: err
---
Cannot solve the request because of: The following packages are incompatible
├─ bors >=2 can be installed with any of the following options:
│ └─ bors 2.0
│ └─ bors 2.0 | 2.1
└─ foobar >=2 cannot be installed because there are no viable options:
└─ foobar 2.0 | 2.1 would require
└─ bors <2.0, which cannot be installed because there are no viable options:
├─ bors 1.2.1, which conflicts with the versions reported above.
└─ bors 1.0 | 1.1, which conflicts with the versions reported above.
└─ bors 1.0 | 1.1 | 1.2.1, which conflicts with the versions reported above.
28 changes: 15 additions & 13 deletions py-rattler/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 py-rattler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "py-rattler"
version = "0.7.0"
version = "0.7.1"
edition = "2021"
license = "BSD-3-Clause"
publish = false
Expand Down

0 comments on commit e47e7a6

Please sign in to comment.