From 92608e9e69e57164b46fd183e33a402bba116c2a Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 29 Oct 2023 00:32:53 +0000 Subject: [PATCH] CompatHelper: add new compat entry for LazyArtifacts at version 1, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 724d2ed43c..6788ade0ce 100644 --- a/Project.toml +++ b/Project.toml @@ -52,6 +52,7 @@ GPUCompiler = "0.24, 0.25" KernelAbstractions = "0.9.2" LLVM = "6" LLVMLoopInfo = "1" +LazyArtifacts = "1" NVTX = "0.3.2" Preferences = "1" PrettyTables = "2"