From fd79022e14c8ab4520a91bb371e40f3dee1fb9cc Mon Sep 17 00:00:00 2001 From: Alex Arslan Date: Mon, 1 May 2023 10:57:06 -0700 Subject: [PATCH 1/2] Support StatsBase 0.34 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 23e0339..d412f9c 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "SortingAlgorithms" uuid = "a2af1166-a08f-5f64-846c-94a0d3cef48c" -version = "1.1.0" +version = "1.1.1" [deps] DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8" @@ -8,7 +8,7 @@ DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8" [compat] julia = "1" DataStructures = "0.9, 0.10, 0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17, 0.18" -StatsBase = "0.33" +StatsBase = "0.33, 0.34" [extras] Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" From eb817f20f6c2b1e6f40858b5df460887e7f7197b Mon Sep 17 00:00:00 2001 From: Alex Arslan Date: Mon, 1 May 2023 18:51:45 -0700 Subject: [PATCH 2/2] Un-bump version, remove StatsBase compat --- Project.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index d412f9c..8d492aa 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "SortingAlgorithms" uuid = "a2af1166-a08f-5f64-846c-94a0d3cef48c" -version = "1.1.1" +version = "1.1.0" [deps] DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8" @@ -8,7 +8,6 @@ DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8" [compat] julia = "1" DataStructures = "0.9, 0.10, 0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17, 0.18" -StatsBase = "0.33, 0.34" [extras] Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"