From 63b7fc4b3e659e25ff9d705e7276053229623206 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 26 Dec 2020 11:22:19 +0800 Subject: [PATCH] CompatHelper: bump compat for "Reexport" to "1.0" (#55) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index fc9a8c3..5e5af14 100644 --- a/Project.toml +++ b/Project.toml @@ -11,7 +11,7 @@ SimpleTraits = "699a6c99-e7fa-54fc-8d76-47d257e15c1d" [compat] AxisArrays = "0.3, 0.4" ImageCore = "0.8.1" -Reexport = "0.2" +Reexport = "0.2, 1.0" SimpleTraits = "0.8, 0.9" julia = "1"