From 886041ca71ef5b98f8928c223983253c8fb739ae Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Aug 2022 00:54:38 +0000 Subject: [PATCH] CompatHelper: bump compat for "GPUArraysCore" to "0.1" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index c8f7aeb08..3d5233c44 100644 --- a/Project.toml +++ b/Project.toml @@ -15,7 +15,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [compat] Adapt = "2.0, 3.0" -GPUArraysCore = "= 0.1.2" +GPUArraysCore = "= 0.1.2, 0.1" LLVM = "3.9, 4" Reexport = "1" julia = "1.6"