From 1a00c7035f2f1603e2e93acc9e423229177d1f73 Mon Sep 17 00:00:00 2001 From: Bobbin Threadbare Date: Fri, 6 Oct 2023 21:20:48 -0700 Subject: [PATCH] fix: glob dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8e4b8db..ea53f8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,4 +55,4 @@ rand_utils = { version = "0.6", package = "winter-rand-utils" } [build-dependencies] cc = { version = "1.0", features = ["parallel"], optional = true } -glob = "*" +glob = "0.3"