From 41eaffd7d221b77019e1f9bf78e97372adef655e Mon Sep 17 00:00:00 2001 From: "Guillaume W. Bres" Date: Thu, 2 Jan 2025 13:50:29 +0100 Subject: [PATCH] back to stable Signed-off-by: Guillaume W. Bres --- rinex-cli/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rinex-cli/Cargo.toml b/rinex-cli/Cargo.toml index 31a293fcc..737a0cba4 100644 --- a/rinex-cli/Cargo.toml +++ b/rinex-cli/Cargo.toml @@ -50,9 +50,9 @@ gnss-rs = { git = "https://github.com/rtk-rs/gnss", branch = "main", features = # gnss-rtk = { path = "../../rtk-rs/gnss-rtk", features = ["serde"] } gnss-rtk = { git = "https://github.com/rtk-rs/gnss-rtk", branch = "main", features = ["serde"] } -# cggtts = { version = "4.1.6", features = ["serde", "scheduler"], optional = true } +cggtts = { version = "4.1.6", features = ["serde", "scheduler"], optional = true } # cggtts = { path = "../../cggtts/cggtts", features = ["serde", "scheduler"], optional = true } -cggtts = { git = "https://github.com/gwbres/cggtts", branch = "main", features = ["serde", "scheduler"], optional = true } +# cggtts = { git = "https://github.com/gwbres/cggtts", branch = "main", features = ["serde", "scheduler"], optional = true } rinex = { path = "../rinex", version = "=0.17.0-alpha-1", features = ["full"] } sp3 = { path = "../sp3", version = "=1.1.0-alpha-1", features = ["serde", "flate2"] }