From a48c2d2893dc78d9347585805ebf81a241626394 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 24 May 2020 14:05:25 +0000 Subject: [PATCH] CompatHelper: bump compat for "LoopVectorization" to "0.8" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index b41f523..ba18e37 100644 --- a/Project.toml +++ b/Project.toml @@ -16,7 +16,7 @@ Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d" [compat] DocStringExtensions = "0.6, 0.7, 0.8" GNSSSignals = "0.12.1" -LoopVectorization = "0.6.11, 0.7" +LoopVectorization = "0.6.11, 0.7, 0.8" StaticArrays = "0.9, 0.10, 0.11, 0.12" StructArrays = "0.4" TrackingLoopFilters = "0.1"