From 2c01b3761d8c3e8000d1376b182ac0f4f74846bc Mon Sep 17 00:00:00 2001 From: Breval Ferrari Date: Wed, 19 Mar 2025 01:28:11 -0400 Subject: [PATCH] losen deps --- bingus/Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bingus/Cargo.toml b/bingus/Cargo.toml index e56793a..0afbd6a 100644 --- a/bingus/Cargo.toml +++ b/bingus/Cargo.toml @@ -13,12 +13,12 @@ keywords.workspace = true image = { version = "0.25", features = ["rayon"] } num = "0" rayon = "1" -infer = "0.16" -thiserror = "2.0" -derive-new = "0.7" +infer = "0" +thiserror = "2" +derive-new = "0" strum = { version = "0.26", features = ["derive"] } derive_wrapper = "0.1" symphonia = { version = "0.5", features = ["all"] } [dev-dependencies] -project-root = "0.2.2" +project-root = "0"