From a2950a62d74493ad82a64a5a76a39190a7343801 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Mar 2021 01:06:35 +0000 Subject: [PATCH] CompatHelper: bump compat for "LoopVectorization" to "0.12" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 55e6fcf2..d94b23a0 100644 --- a/Project.toml +++ b/Project.toml @@ -33,7 +33,7 @@ DataFrames = "0.21, 0.22" DataStructures = "0.17, 0.18" LightGraphs = "1.3" LogicCircuits = "0.2.3" -LoopVectorization = "0.8.20, 0.11" +LoopVectorization = "0.8.20, 0.11, 0.12" MetaGraphs = "0.6" Metis = "1.0" Reexport = "0.2, 1.0"