From f0c98dc7140e53edd2dda052a45aed120642f808 Mon Sep 17 00:00:00 2001 From: Oliver Schulz Date: Thu, 27 Aug 2026 16:10:30 +0200 Subject: [PATCH] Support ArraysOfArrays v1 Widen the ArraysOfArrays compat entry to "0.6, 1". The package only uses `VectorOfArrays(nested)` and `collect`s elements on `getindex`, both unchanged in v1, so no source changes are needed. Created by generative AI. --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index f552978..4718d4f 100644 --- a/Project.toml +++ b/Project.toml @@ -8,7 +8,7 @@ ArraysOfArrays = "65a8f2f4-9b39-5baf-92e2-a9cc46fdf018" ConstructionBase = "187b0558-2788-49d3-abe0-74a17ed4e7c9" [compat] -ArraysOfArrays = "0.6" +ArraysOfArrays = "0.6, 1" ConstructionBase = "1" julia = "1.6"