From 1f67996190837415c9365503f22a137fcddc441d Mon Sep 17 00:00:00 2001 From: Andreas Noack Date: Mon, 4 Aug 2025 15:17:36 +0200 Subject: [PATCH] Remove unsuppoted versions of DataStructures The package doesn't load with these versions on Julia 1.0 which is the earliest supported version. --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 8d1de9e..5c38b2f 100644 --- a/Project.toml +++ b/Project.toml @@ -6,7 +6,7 @@ version = "1.2.1" DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8" [compat] -DataStructures = "0.9, 0.10, 0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17, 0.18, 0.19" +DataStructures = "0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17, 0.18, 0.19" julia = "1" [extras]