From 95496c989d84f4f578ac3a566b39e316c060f415 Mon Sep 17 00:00:00 2001 From: "Guillaume W. Bres" Date: Fri, 5 Jan 2024 08:08:56 +0100 Subject: [PATCH] bump gnss-rs * update docs Signed-off-by: Guillaume W. Bres --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a265a86..4625e60 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,6 +18,6 @@ map_3d = "0.1.5" itertools = "0.12.0" nalgebra = "0.32.3" nyx-space = "=2.0.0-beta.0" -gnss-rs = { version = "2.1.2", features = ["serde"] } +gnss-rs = { version = "2.1.3", features = ["serde"] } hifitime = { version = "3.9.0", features = ["serde", "std"] } serde = { version = "1.0", optional = true, default-features = false, features = ["derive"] } diff --git a/README.md b/README.md index c998152..57c01d4 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ We use `nalgebra` in the solving process (Matrix, Vectors..). We use `nyx` for ephemerides, orbital calculations, navigation filters, etc.. `Hifitime` is at the very basis of this work and allows pretty much everything here. [The RINEX Wiki](https://github.com/georust/rinex/wiki) describes extensive application of this framework. -[The RNX2CGGTTS and its Wiki](https://github.com/georust/rinex/wiki) is another interesting application of this framework. +[RINEX-Cli](https://github.com/georust/rinex) uses this framework extensively. PVT Solutions =============