From ad9e06a3c460dbde53aa201370c1e3ffd4d3ac85 Mon Sep 17 00:00:00 2001 From: Nathan Zimmerberg <39104088+nhz2@users.noreply.github.com> Date: Sat, 21 Mar 2026 22:25:09 -0400 Subject: [PATCH] Update DataStructures compatibility to include 0.19 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 693c399..bcb8bfc 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.0" +version = "1.6.1" [deps] DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8" @@ -16,7 +16,7 @@ StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] -DataStructures = "0.17, 0.18" +DataStructures = "0.17, 0.18, 0.19" FlameGraphs = "0.1, 0.2, 1" HAML = "0.3.1" OrderedCollections = "1"