From 6cd74d1ef1ea218b741e895aadb60e329d871a97 Mon Sep 17 00:00:00 2001 From: siebc <226531417+siebc@users.noreply.github.com> Date: Sun, 5 Jul 2026 09:10:21 +0000 Subject: [PATCH] build(deps): bump GNSSSignals compat to 3.2 Update the GNSSSignals compat entry from "2.6" to "3.2". The 2.x -> 3.x changes were internal to GNSSSignals (code-LUT storage); GNSSDecoder only uses the stable public surface (signal types as dispatch tags, gen_code/get_code_frequency), so no code changes are required and the full test suite passes against 3.2.0. Co-Authored-By: Claude Opus 4.8 (1M context) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 463d088..513947f 100755 --- a/Project.toml +++ b/Project.toml @@ -20,7 +20,7 @@ DataStructures = "0.18, 0.19" Dictionaries = "0.4" DocStringExtensions = "0.6, 0.7, 0.8, 0.9" Downloads = "1" -GNSSSignals = "2.6" +GNSSSignals = "3.2" Random = "1" Test = "1" Tracking = "2"