diff --git a/bong/Cargo.toml b/bong/Cargo.toml index d4a7bd7..72a060f 100644 --- a/bong/Cargo.toml +++ b/bong/Cargo.toml @@ -11,7 +11,7 @@ keywords.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = "*" +anyhow = "1" bingus = "0.6" strum = { version = "*", features = ["derive"] } derive-new = "*"