From 6707cdde29322acd2f1de3d8c675149cf76721a0 Mon Sep 17 00:00:00 2001 From: Katharine Hyatt Date: Tue, 16 Jun 2026 12:04:27 +0200 Subject: [PATCH] Update Project.toml Pick up findmax/findmin fixes and test suite improvements --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index c35adc5c..25d8ebf0 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "GPUArrays" uuid = "0c68f7d7-f131-5f86-a1c3-88cf8149b2d7" -version = "11.5.6" +version = "11.5.7" [workspace] projects = ["lib/GPUArraysCore", "lib/JLArrays", "test", "docs"]