From 8979b745dc4c3a0aedff7fa3438a676918247a3d Mon Sep 17 00:00:00 2001 From: Soeren Schoenbrod Date: Mon, 19 Apr 2021 12:54:34 +0200 Subject: [PATCH] Tracking is not compatible with StructArrays v0.5 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 229ec2d..90a1f23 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Tracking" uuid = "10b2438b-ffd4-5096-aa58-44041d5c8f3b" authors = ["Soeren Zorn "] -version = "0.14.4" +version = "0.14.5" [deps] DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae" @@ -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, 0.5" +StructArrays = "0.4" TrackingLoopFilters = "0.1" Unitful = "0.12, 0.13, 0.14, 0.15, 0.16, 0.17, 0.18, 1.0" julia = "1.4"