From a80b1b67199ae913e43907c13cf787a696072ecf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Mar 2021 08:39:08 +0000 Subject: [PATCH] CompatHelper: bump compat for "StructArrays" to "0.5" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index b18b67e..676eb6a 100644 --- a/Project.toml +++ b/Project.toml @@ -18,7 +18,7 @@ DocStringExtensions = "0.6, 0.7, 0.8" GNSSSignals = "0.15" LoopVectorization = "0.8, 0.9, 0.10, 0.11, 0.12" StaticArrays = "0.9, 0.10, 0.11, 0.12, 1.0" -StructArrays = "0.4" +StructArrays = "0.4, 0.5" TrackingLoopFilters = "0.1" Unitful = "0.12, 0.13, 0.14, 0.15, 0.16, 0.17, 0.18, 1.0" julia = "1.4"