Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume W. Bres <guillaume.bressaix@gmail.com>
  • Loading branch information
gwbres committed Jan 3, 2025
1 parent fbb7add commit 84d18bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions cggtts-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cggtts-cli"
version = "1.0.8"
version = "1.2.0"
license = "MIT OR Apache-2.0"
authors = ["Guillaume W. Bres <guillaume.bressaix@gmail.com>"]
description = "Command line tool parse and analyze CGGTTS data"
Expand All @@ -18,5 +18,5 @@ itertools = "0.13"
plotly = "0.8"
clap = { version = "4.4.6", features = ["derive", "color"] }
serde = { version = "1", default-features = false, features = ["derive"] }
cggtts = { path = "../cggtts", version = "=4.1.7" }
cggtts = { path = "../cggtts", version = "=4.2.0" }
# plotly = { git = "https://github.com/gwbres/plotly", branch = "density-mapbox" }
7 changes: 2 additions & 5 deletions cggtts/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cggtts"
version = "4.1.7"
version = "4.2.0"
license = "MIT OR Apache-2.0"
authors = ["Guillaume W. Bres <guillaume.bressaix@gmail.com>"]
description = "Package to analyze and create CGGTTS data"
Expand All @@ -23,12 +23,9 @@ strum = "0.26"
itertools = "0.13"
strum_macros = "0.26"
serde = { version = "1.0", optional = true, features = ["derive"] }

gnss-rs = { version = "2.3.1", features = ["serde"] }
hifitime = { version = "4.0", features = ["serde", "std"] }

# gnss-rs = { version = "2.2.4", features = ["serde"] }
gnss-rs = { git = "https://github.com/rtk-rs/gnss", branch = "main", features = ["serde"] }

# track scheduling
polyfit-rs = { version = "0.2", optional = true }

Expand Down

0 comments on commit 84d18bc

Please sign in to comment.