From 5c8fa837cafcf10435db4382bb944f200e777962 Mon Sep 17 00:00:00 2001 From: Breval Ferrari Date: Sat, 19 Apr 2025 11:54:14 -0400 Subject: [PATCH] remove wildcard dep version for crates.io --- bingus/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bingus/Cargo.toml b/bingus/Cargo.toml index a290a94..2304560 100644 --- a/bingus/Cargo.toml +++ b/bingus/Cargo.toml @@ -43,4 +43,4 @@ font-kit = { version = "0.14.2", features = [ [dev-dependencies] project-root = "0" -pretty_assertions = "*" +pretty_assertions = "1"