From 547af1cf645a8f474807824ddc1ee9fb09c657bc Mon Sep 17 00:00:00 2001 From: Ed Scheinerman Date: Sat, 18 Nov 2023 07:40:39 -0500 Subject: [PATCH] Update for new AbstractLattices --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 53dddac..8bb8d01 100644 --- a/Project.toml +++ b/Project.toml @@ -22,7 +22,7 @@ RingLists = "286e9d63-9694-5540-9e3c-4e6708fa07b2" [compat] julia = "1" -AbstractLattices = "0.1, 0.2" +AbstractLattices = "0.1, 0.2, 0.3" DataStructures = "0.9, 0.10, 0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17, 0.18" IterTools = "1" LightXML = "0.7, 0.8, 0.9"