From 4f6c080e55719f630d574b49353fbed1f4a3c6db Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 26 Jan 2024 00:47:32 +0000 Subject: [PATCH] CompatHelper: bump compat for MicroCollections to 0.2, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 6dbf0d1d..4ab714c8 100644 --- a/Project.toml +++ b/Project.toml @@ -19,7 +19,7 @@ ArgCheck = "1.0, 2.0" BangBang = "0.3.17" ConstructionBase = "0.1.0, 1.0" InitialValues = "0.2, 0.3" -MicroCollections = "0.1" +MicroCollections = "0.1, 0.2" Referenceables = "0.1" Setfield = "0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 1" SplittablesBase = "0.1.8"