Skip to content

Commit 84d18bc

Browse files
committed
up
Signed-off-by: Guillaume W. Bres <[email protected]>
1 parent fbb7add commit 84d18bc

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

cggtts-cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cggtts-cli"
3-
version = "1.0.8"
3+
version = "1.2.0"
44
license = "MIT OR Apache-2.0"
55
authors = ["Guillaume W. Bres <[email protected]>"]
66
description = "Command line tool parse and analyze CGGTTS data"
@@ -18,5 +18,5 @@ itertools = "0.13"
1818
plotly = "0.8"
1919
clap = { version = "4.4.6", features = ["derive", "color"] }
2020
serde = { version = "1", default-features = false, features = ["derive"] }
21-
cggtts = { path = "../cggtts", version = "=4.1.7" }
21+
cggtts = { path = "../cggtts", version = "=4.2.0" }
2222
# plotly = { git = "https://github.com/gwbres/plotly", branch = "density-mapbox" }

cggtts/Cargo.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cggtts"
3-
version = "4.1.7"
3+
version = "4.2.0"
44
license = "MIT OR Apache-2.0"
55
authors = ["Guillaume W. Bres <[email protected]>"]
66
description = "Package to analyze and create CGGTTS data"
@@ -23,12 +23,9 @@ strum = "0.26"
2323
itertools = "0.13"
2424
strum_macros = "0.26"
2525
serde = { version = "1.0", optional = true, features = ["derive"] }
26-
26+
gnss-rs = { version = "2.3.1", features = ["serde"] }
2727
hifitime = { version = "4.0", features = ["serde", "std"] }
2828

29-
# gnss-rs = { version = "2.2.4", features = ["serde"] }
30-
gnss-rs = { git = "https://github.com/rtk-rs/gnss", branch = "main", features = ["serde"] }
31-
3229
# track scheduling
3330
polyfit-rs = { version = "0.2", optional = true }
3431

0 commit comments

Comments
 (0)