From 12067c65c8002d1edaa4e03916fc716412ba0fd0 Mon Sep 17 00:00:00 2001 From: DrChainsaw <36208552+DrChainsaw@users.noreply.github.com> Date: Mon, 22 Jun 2026 10:39:33 +0200 Subject: [PATCH] OrderedCollections 2.0 compat --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index a272581..fd7407c 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "FileTrees" uuid = "72696420-646e-6120-6e77-6f6420746567" -version = "0.4.4" +version = "0.4.5" authors = ["Shashi Gowda ", "Julian Samaroo "] [deps] @@ -21,7 +21,7 @@ AbstractTrees = "0.3, 0.4" Dagger = "0.19" FilePathsBase = "0.9" Glob = "1.3" -OrderedCollections = "1.8" +OrderedCollections = "1.8, 2" TaskLocalValues = "0.1.3" julia = "1"