From b833ae9ae8cc0a6d1766de6b8d0d72ad38e87d54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 13:54:38 +0000 Subject: [PATCH] Update CompilerCaching requirement from 0.2.4 to 0.2.4, 0.3 Updates the requirements on [CompilerCaching](https://github.com/maleadt/CompilerCaching.jl) to permit the latest version. - [Release notes](https://github.com/maleadt/CompilerCaching.jl/releases) - [Commits](https://github.com/maleadt/CompilerCaching.jl/compare/v0.2.4...v0.3.0) --- updated-dependencies: - dependency-name: CompilerCaching dependency-version: 0.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index fe1d8f55..1da4667f 100644 --- a/Project.toml +++ b/Project.toml @@ -37,7 +37,7 @@ BFloat16s = "0.6" CUDACore = "6.1" CUDA_Compiler_jll = "0.4" CUDA_Tile_jll = "13.3" -CompilerCaching = "0.2.4" +CompilerCaching = "0.2.4, 0.3" DLFP8Types = "0.1.0" EnumX = "1.0" GPUArrays = "11"