From 2cc43e8ab643f837f0c30abab8f4ccfa74ae31a1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Mar 2023 19:21:27 -0700 Subject: [PATCH] CompatHelper: bump compat for WinReg to 1, (keep existing compat) (#483) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 7926be21..e1f82e6f 100644 --- a/Project.toml +++ b/Project.toml @@ -26,7 +26,7 @@ DataStructures = "0.5, 0.6, 0.7, 0.8, 0.9, 0.10, 0.11, 0.12, 0.13, 0.14, 0.15, 0 Missings = "0.2, 0.3, 0.4, 1.0" Requires = "0.5.2, 1" StatsModels = "0.6" -WinReg = "0.2, 0.3" +WinReg = "0.2, 0.3, 1" julia = "1" [extras]