From bc975b60b19931c6712dffbc69c298cab3b6b115 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 May 2020 12:03:09 +0000 Subject: [PATCH] CompatHelper: bump compat for "Distances" to "0.9" --- Project.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index ae8350d..723dab0 100644 --- a/Project.toml +++ b/Project.toml @@ -5,10 +5,9 @@ version = "0.6.4" [deps] Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7" - [compat] +Distances = "0.8.1, 0.9" julia = "1" -Distances = "0.8.1" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" @@ -16,5 +15,3 @@ Unicode = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5" [targets] test = ["Test", "Unicode"] - -