From 674f033aa3ba95b5a789042c0f3a5daef9176a7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 20:54:17 +0000 Subject: [PATCH] Update Metal requirement to 1.10.0 Updates the requirements on [Metal](https://github.com/JuliaGPU/Metal.jl) to permit the latest version. - [Release notes](https://github.com/JuliaGPU/Metal.jl/releases) - [Commits](https://github.com/JuliaGPU/Metal.jl/compare/v1.0.0...v1.10.0) --- updated-dependencies: - dependency-name: Metal dependency-version: 1.10.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test/Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Project.toml b/test/Project.toml index c246577..569b602 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -19,6 +19,7 @@ StridedViews = {path = ".."} [compat] Aqua = "0.8" +Metal = "1.10.0" Pkg = "1" Random = "1" Test = "1"