From 95339db2778997c7580149720f54b858adc37426 Mon Sep 17 00:00:00 2001 From: Erik Faulhaber <44124897+efaulhaber@users.noreply.github.com> Date: Mon, 8 Jul 2024 18:55:34 +0200 Subject: [PATCH] Update compat for Adapt.jl to make it compatible with Julia 1.9 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index aa0e81a3..da070dc4 100644 --- a/Project.toml +++ b/Project.toml @@ -14,7 +14,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69" StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" [compat] -Adapt = "4" +Adapt = "3, 4" Atomix = "0.1" GPUArraysCore = "0.1" KernelAbstractions = "0.9"