From 29eb72bca7bbbe23b4fe0dd10b9b9bf8e2c311cc Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 7 Aug 2023 20:42:24 +0000 Subject: [PATCH] CompatHelper: bump compat for Match to 2, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 6d40603..dece4b5 100644 --- a/Project.toml +++ b/Project.toml @@ -25,6 +25,6 @@ Distributions = "0.25.79" DocStringExtensions = "0.9.3" Documenter = "0.27.24" Gen = "0.4.5" -Match = "1.2.0" +Match = "1.2.0, 2" Parameters = "0.12.3" julia = "1.8"