From 0469394b3632fc6349edc419378782de882f8191 Mon Sep 17 00:00:00 2001 From: Bas Zalmstra Date: Tue, 30 Jan 2024 16:14:48 +0100 Subject: [PATCH] chore: Release resolvo version 0.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d5a72b5..db72e3a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "resolvo" -version = "0.2.0" +version = "0.3.0" authors = ["Adolfo OchagavĂ­a ", "Bas Zalmstra ", "Tim de Jager " ] description = "Fast package resolver written in Rust (CDCL based SAT solving)" keywords = ["dependency", "solver", "version"]