From 03d6a49b27753feaf38a621068a50a4a803182e7 Mon Sep 17 00:00:00 2001 From: "Guillaume W. Bres" Date: Fri, 3 Jan 2025 11:13:58 +0100 Subject: [PATCH] up Signed-off-by: Guillaume W. Bres --- rinex-qc/Cargo.toml | 3 +-- rinex/Cargo.toml | 4 +--- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/rinex-qc/Cargo.toml b/rinex-qc/Cargo.toml index 4f57b46e..89a88795 100644 --- a/rinex-qc/Cargo.toml +++ b/rinex-qc/Cargo.toml @@ -37,6 +37,7 @@ thiserror = "1" strum = "0.26" itertools = "0.13.0" strum_macros = "0.26" +hifitime = "4.0" anise = { version = "0.5.2", features = ["embed_ephem"] } serde = { version = "1.0", default-features = false, features = ["derive"] } @@ -46,8 +47,6 @@ plotly = "0.9" # plotly = { path = "../../plotly-rs/plotly" } # plotly = { git = "https://github.com/gwbres/plotly", branch = "scattergeo"} -hifitime = "4.0" - gnss-rs = { version = "2.3.1", features = ["serde"] } rinex = { path = "../rinex", version = "=0.17.0-alpha-1", features = ["full"] } diff --git a/rinex/Cargo.toml b/rinex/Cargo.toml index 58b1c553..95f892e3 100644 --- a/rinex/Cargo.toml +++ b/rinex/Cargo.toml @@ -110,9 +110,7 @@ wkt = { version = "0.10.0", default-features = false, optional = true } anise = { version = "0.5.2", optional = true } nalgebra = { version = "0.33.0", optional = true } hifitime = { version = "4.0", features = ["serde", "std"] } - -# gnss-rs = { version = "2.2.3", features = ["serde", "domes", "cospar"] } -gnss-rs = { git = "https://github.com/rtk-rs/gnss", branch = "main", features = ["serde", "domes", "cospar"] } +gnss-rs = { version = "2.2.3", features = ["serde", "domes", "cospar"] } # RINEX QC dedicated traits maud = { version = "0.26", optional = true }