From bf96f2375edcbabf4515ed832526dd3d28037203 Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Sun, 23 Mar 2025 17:35:32 -0400 Subject: [PATCH] fix: Don't use * for shadow-rs build dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 61adea2..ef99825 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -155,7 +155,7 @@ rusty-hook = "0.11" rstest.workspace = true [build-dependencies] -shadow-rs = "*" +shadow-rs = "1" [lints] workspace = true