From c2048f849ec0bc025d0f398f0e5cf821d6253bc5 Mon Sep 17 00:00:00 2001 From: gwbres Date: Sat, 24 Aug 2024 15:34:44 +0200 Subject: [PATCH] Update gnss (#268) * update gnss rtk --------- Signed-off-by: Guillaume W. Bres --- rinex-cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rinex-cli/Cargo.toml b/rinex-cli/Cargo.toml index 0c6ca7d1..c960aa9e 100644 --- a/rinex-cli/Cargo.toml +++ b/rinex-cli/Cargo.toml @@ -45,7 +45,7 @@ hifitime = { version = "4.0.0-alpha", features = ["serde", "std"] } gnss-rs = { version = "2.2.3", features = ["serde"] } -gnss-rtk = { version = "0.7.1", features = ["serde"] } +gnss-rtk = { version = "0.7.2", features = ["serde"] } # gnss-rtk = { path = "../../rtk-rs/gnss-rtk", features = ["serde"] } # gnss-rtk = { git = "https://github.com/rtk-rs/gnss-rtk", branch = "main", features = ["serde"] }