From 2edd84f9a454461d70e9029b0c60989420a7d716 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 29 May 2026 03:42:51 +0000 Subject: [PATCH] CompatHelper: bump compat for VectorInterface to 0.6 for package test, (keep existing compat) --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index e860436e..33295236 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -36,4 +36,4 @@ StableRNGs = "1" Suppressor = "0.2" TensorAlgebra = "0.8, 0.9" Test = "1.10" -VectorInterface = "0.5" +VectorInterface = "0.5, 0.6"