From f4bd116a3bfa538c38d8ef55213252a1836f0c1c Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 19 Feb 2024 21:08:05 +0000 Subject: [PATCH] CompatHelper: bump compat for AbstractAlgebra to 0.40, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 465ab92d..b80a8692 100644 --- a/Project.toml +++ b/Project.toml @@ -20,7 +20,7 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f" [compat] -AbstractAlgebra = "0.34, 0.35, 0.36, 0.37, 0.38, 0.39" +AbstractAlgebra = "0.34, 0.35, 0.36, 0.37, 0.38, 0.39, 0.40" Atomix = "0.1" BenchmarkTools = "1" Combinatorics = "1"