update versions

This commit is contained in:
Dr. Matthias Ratajczak
2023-01-05 15:55:28 +01:00
parent c4849b1f4c
commit a7d0edd3f4
2 changed files with 273 additions and 175 deletions
+4 -4
View File
@@ -6,15 +6,15 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
alpm = "2.2.1"
anyhow = "1.0.66"
clap = "3.2.20"
alpm = "*"
anyhow = "*"
clap = "*"
[profile.release]
debug = true
[dev-dependencies]
criterion = "0.3.6"
criterion = "*"
[[bench]]
harness = false