From d846e0d0e348db100f09647ef8e5c55d46dc3c02 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Aug 2021 18:46:08 +0000 Subject: [PATCH 1/2] CompatHelper: bump compat for "Dagger" to "0.12" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 39866e6..9378004 100644 --- a/Project.toml +++ b/Project.toml @@ -11,7 +11,7 @@ Glob = "c27321d9-0574-5035-807b-f59d2c89b15c" [compat] AbstractTrees = "0.3" -Dagger = "0.9, 0.10, 0.11" +Dagger = "0.9, 0.10, 0.11, 0.12" FilePathsBase = "0.9" Glob = "1.3" julia = "1" From c3a8ec45cda452f22033db732e04cbba12cd8199 Mon Sep 17 00:00:00 2001 From: DrChainsaw <36208552+DrChainsaw@users.noreply.github.com> Date: Sat, 7 Aug 2021 02:19:10 +0200 Subject: [PATCH 2/2] Set Dagger lower bound to 0.12.2 As 0.12.1 fails CI on windows --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 9378004..9d49b7c 100644 --- a/Project.toml +++ b/Project.toml @@ -11,7 +11,7 @@ Glob = "c27321d9-0574-5035-807b-f59d2c89b15c" [compat] AbstractTrees = "0.3" -Dagger = "0.9, 0.10, 0.11, 0.12" +Dagger = "0.9, 0.10, 0.11, 0.12.2" FilePathsBase = "0.9" Glob = "1.3" julia = "1"