Skip to content

Commit

Permalink
bump: resolvo 0.3.0 (#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra authored Jan 30, 2024
1 parent 2a618a8 commit 23dc2ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ tag-prefix = ""
lto = true

[patch.crates-io]
resolvo = { git = "https://github.com/mamba-org/resolvo.git", branch = "main" }
#resolvo = { git = "https://github.com/mamba-org/resolvo.git", branch = "main" }
2 changes: 1 addition & 1 deletion crates/rattler_solve/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ url = "2.4.1"
hex = "0.4.3"
tempfile = "3.8.0"
rattler_libsolv_c = { version = "0.16.2", path = "../rattler_libsolv_c", optional = true }
resolvo = { version = "0.2.0", optional = true }
resolvo = { version = "0.3.0", optional = true }

[dev-dependencies]
rattler_repodata_gateway = { version = "0.16.2", path = "../rattler_repodata_gateway", default-features = false, features = ["sparse"] }
Expand Down

0 comments on commit 23dc2ba

Please sign in to comment.