diff --git a/Cargo.toml b/Cargo.toml index c69b739..1bfb1c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "resolvo" -version = "0.3.0" +version = "0.4.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"] @@ -31,4 +31,4 @@ indexmap = "2.0.0" proptest = "1.2.0" tracing-test = { version = "0.2.4", features = ["no-env-filter"] } tokio = { version = "1.35.1", features = ["time", "rt"] } -resolvo = { path = ".", features = ["tokio"] } \ No newline at end of file +resolvo = { path = ".", features = ["tokio"] }