From 55666e3306ee8dff6a24183e74bc5dcb041637cf Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 3 Jul 2026 03:42:32 +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 5a2e453..90dbc96 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -48,5 +48,5 @@ TensorOperations = "5.3.1" TermInterface = "2" Test = "1.10" UUIDs = "1.10" -VectorInterface = "0.5" +VectorInterface = "0.5, 0.6" WrappedUnions = "0.3"