From 7811b93fad379a90f7115d42827ecfccbfaaa493 Mon Sep 17 00:00:00 2001 From: Andy Ferris Date: Tue, 30 Jan 2024 23:33:44 +1000 Subject: [PATCH] Support Dictionaries 0.4 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 212ff2f..f475f30 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "TypedTables" uuid = "9d95f2ec-7b3d-5a63-8d20-e2491e220bb9" authors = ["Andy Ferris "] -version = "1.4.4" +version = "1.4.5" [deps] Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" @@ -13,7 +13,7 @@ Unicode = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5" [compat] Adapt = "1, 2, 3, 4" -Dictionaries = "0.3" +Dictionaries = "0.3, 0.4" Indexing = "1" SplitApplyCombine = "1" Tables = "1"