From 5a3ffa0ffe6eeac4445415358da4f2423e622866 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 21 Dec 2020 18:59:41 +0000 Subject: [PATCH] CompatHelper: bump compat for "AbstractAlgebra" to "0.12" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 20cec0ed9..b320a97de 100644 --- a/Project.toml +++ b/Project.toml @@ -12,7 +12,7 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f" [compat] -AbstractAlgebra = "0.9, 0.10, 0.11" +AbstractAlgebra = "0.9, 0.10, 0.11, 0.12" Combinatorics = "1.0" DataStructures = "0.18" NaNMath = "0.3"