From c069ed3d5e501c1e533424ba57260af21d8c7fa1 Mon Sep 17 00:00:00 2001 From: Bas Zalmstra Date: Tue, 30 Jan 2024 16:22:03 +0100 Subject: [PATCH] bump: resolvo 0.3.0 --- Cargo.toml | 2 +- crates/rattler_solve/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5f1807705..28ff22386 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" } diff --git a/crates/rattler_solve/Cargo.toml b/crates/rattler_solve/Cargo.toml index 6d8451ae2..5783f245f 100644 --- a/crates/rattler_solve/Cargo.toml +++ b/crates/rattler_solve/Cargo.toml @@ -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"] }