From aa21d441ecd46b81e300ce56377c4fb92cc213a3 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 14 Oct 2024 01:52:21 +0000 Subject: [PATCH] CompatHelper: bump compat for SparseArrayKit to 0.4, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 074dddbd..c35e10dc 100644 --- a/Project.toml +++ b/Project.toml @@ -75,7 +75,7 @@ Observers = "0.2.4" PackageExtensionCompat = "1" SerializedElementArrays = "0.1" SimpleTraits = "0.9" -SparseArrayKit = "0.3" +SparseArrayKit = "0.3, 0.4" SplitApplyCombine = "1.2" StaticArrays = "1.5.12" StructWalk = "0.2"