From 399bff704f6d9d98728d352e38906bf37e92aa80 Mon Sep 17 00:00:00 2001 From: brevalferrari Date: Fri, 20 Jun 2025 12:15:03 +0200 Subject: [PATCH] fix anyhow dep for crates.io --- bong/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = "*"