fix anyhow dep for crates.io
This commit is contained in:
parent
1c7d187bd7
commit
399bff704f
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ keywords.workspace = true
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "*"
|
anyhow = "1"
|
||||||
bingus = "0.6"
|
bingus = "0.6"
|
||||||
strum = { version = "*", features = ["derive"] }
|
strum = { version = "*", features = ["derive"] }
|
||||||
derive-new = "*"
|
derive-new = "*"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue