From b847aeceb97c4b89219728a77fc584e4c8809344 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 08:31:33 +0000 Subject: [PATCH] CompatHelper: bump compat for GPUArraysCore to 0.2, (keep existing compat) (#443) Co-authored-by: CompatHelper Julia --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 3768110d7..7c11ed4ca 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Mooncake" uuid = "da2b9cff-9c12-43a0-ae48-6db2b0edb7d6" authors = ["Will Tebbutt, Hong Ge, and contributors"] -version = "0.4.77" +version = "0.4.78" [deps] ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b" @@ -50,7 +50,7 @@ DiffRules = "1" DiffTests = "0.1" ExprTools = "0.1" FunctionWrappers = "1.1.3" -GPUArraysCore = "0.1" +GPUArraysCore = "0.1, 0.2" Graphs = "1" InteractiveUtils = "1" JET = "0.9"