update versions
This commit is contained in:
+4
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user