From 1c7d187bd7ccd73dfb860a42028c332a1a0dfbd2 Mon Sep 17 00:00:00 2001 From: brevalferrari Date: Fri, 20 Jun 2025 11:03:52 +0200 Subject: [PATCH] fixed bingus version --- bong/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bong/Cargo.toml b/bong/Cargo.toml index 852b411..d4a7bd7 100644 --- a/bong/Cargo.toml +++ b/bong/Cargo.toml @@ -12,7 +12,7 @@ keywords.workspace = true [dependencies] anyhow = "*" -bingus = { path = "../bingus" } +bingus = "0.6" strum = { version = "*", features = ["derive"] } derive-new = "*" clap = { version = "4.5.40", features = ["derive"] }