From 3533141e2aa780038a0c961f3ede092adac92807 Mon Sep 17 00:00:00 2001 From: "Guillaume W. Bres" Date: Tue, 27 Aug 2024 17:29:00 +0200 Subject: [PATCH] upgrade Signed-off-by: Guillaume W. Bres --- cggtts-cli/Cargo.toml | 4 ++-- cggtts/Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cggtts-cli/Cargo.toml b/cggtts-cli/Cargo.toml index b65a9b0..0167a79 100644 --- a/cggtts-cli/Cargo.toml +++ b/cggtts-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cggtts-cli" -version = "1.0.7" +version = "1.0.8" license = "MIT OR Apache-2.0" authors = ["Guillaume W. Bres "] description = "Command line tool parse and analyze CGGTTS data" @@ -17,6 +17,6 @@ itertools = "0.13.0" env_logger = "0.11" clap = { version = "4.4.6", features = ["derive", "color"] } serde = { version = "1.0", default-features = false, features = ["derive"] } -cggtts = { path = "../cggtts", version = "=4.1.6" } +cggtts = { path = "../cggtts", version = "=4.1.7" } plotly = "0.8.4" # plotly = { git = "https://github.com/gwbres/plotly", branch = "density-mapbox" } diff --git a/cggtts/Cargo.toml b/cggtts/Cargo.toml index 36b7f2f..7e113d0 100644 --- a/cggtts/Cargo.toml +++ b/cggtts/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cggtts" -version = "4.1.6" +version = "4.1.7" license = "MIT OR Apache-2.0" authors = ["Guillaume W. Bres "] description = "Package to analyze and create CGGTTS data" @@ -22,7 +22,7 @@ scan_fmt = "0.1" strum = "0.26.3" itertools = "0.13.0" strum_macros = "0.23.0" -gnss-rs = { version = "2.2.3", features = ["serde"] } +gnss-rs = { version = "2.2.4", features = ["serde"] } serde = { version = "1.0", optional = true, features = ["derive"] } hifitime = { version = "4.0.0-alpha", features = ["serde", "std"] }