update versions

This commit is contained in:
steven-omaha
2023-01-05 15:55:28 +01:00
parent 6956164bed
commit 3bba9a8600
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