-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Release resolvo version 0.4.0
- Loading branch information
1 parent
c6fbc65
commit 289d535
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "resolvo" | ||
version = "0.3.0" | ||
version = "0.4.0" | ||
authors = ["Adolfo Ochagavía <[email protected]>", "Bas Zalmstra <[email protected]>", "Tim de Jager <[email protected]>"] | ||
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"] } | ||
resolvo = { path = ".", features = ["tokio"] } |