fix other deps for crates.io
This commit is contained in:
parent
399bff704f
commit
c7f537f4f1
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ keywords.workspace = true
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1"
|
anyhow = "1"
|
||||||
bingus = "0.6"
|
bingus = "0.6"
|
||||||
strum = { version = "*", features = ["derive"] }
|
strum = { version = "0", features = ["derive"] }
|
||||||
derive-new = "*"
|
derive-new = "0"
|
||||||
clap = { version = "4.5.40", features = ["derive"] }
|
clap = { version = "4.5.40", features = ["derive"] }
|
||||||
derive_wrapper = "0.1.7"
|
derive_wrapper = "0.1.7"
|
||||||
unwrap-infallible = "0.1"
|
unwrap-infallible = "0.1"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue