From 15fa8a9c7270419e36f95bc94c0909e8b6ea6251 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 08:45:53 +0000 Subject: [PATCH] CompatHelper: bump compat for Atomix to 1, (keep existing compat) (#82) * CompatHelper: bump compat for Atomix to 1, (keep existing compat) * Update Project.toml * Revert da44d1ca3cdede038e8bb019b6f08ffe15ce235b --------- Co-authored-by: CompatHelper Julia Co-authored-by: Erik Faulhaber <44124897+efaulhaber@users.noreply.github.com> --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index c75a79a3..feab2f25 100644 --- a/Project.toml +++ b/Project.toml @@ -15,7 +15,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" [compat] Adapt = "3, 4" -Atomix = "0.1" +Atomix = "0.1, 1" GPUArraysCore = "0.1, 0.2" KernelAbstractions = "0.9" LinearAlgebra = "1"