From c7f537f4f1d97e0d4c88c3850531b942bf9ad377 Mon Sep 17 00:00:00 2001 From: brevalferrari Date: Fri, 20 Jun 2025 12:25:05 +0200 Subject: [PATCH] fix other deps for crates.io --- bong/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bong/Cargo.toml b/bong/Cargo.toml index 72a060f..c6aef48 100644 --- a/bong/Cargo.toml +++ b/bong/Cargo.toml @@ -13,8 +13,8 @@ keywords.workspace = true [dependencies] anyhow = "1" bingus = "0.6" -strum = { version = "*", features = ["derive"] } -derive-new = "*" +strum = { version = "0", features = ["derive"] } +derive-new = "0" clap = { version = "4.5.40", features = ["derive"] } derive_wrapper = "0.1.7" unwrap-infallible = "0.1"