From ccac1681cd24ce6a9e4ef0a73c6a776feb5f7465 Mon Sep 17 00:00:00 2001 From: Nathan Zimmerberg <39104088+nhz2@users.noreply.github.com> Date: Mon, 24 Aug 2026 07:54:52 -0400 Subject: [PATCH] Update OrderedCollections compatibility to include 2 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index bcb8bfc..1a06bc6 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "StatProfilerHTML" uuid = "a8a75453-ed82-57c9-9e16-4cd1196ecbf5" author = ["Timo Kluck "] -version = "1.6.1" +version = "1.6.2" [deps] DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8" @@ -19,7 +19,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" DataStructures = "0.17, 0.18, 0.19" FlameGraphs = "0.1, 0.2, 1" HAML = "0.3.1" -OrderedCollections = "1" +OrderedCollections = "1, 2" StableRNGs = "1" julia = "1.6"