Skip to content

Commit 2ca0c22

Browse files
authored
upgrade (#22)
Signed-off-by: Guillaume W. Bres <[email protected]>
1 parent 8c21069 commit 2ca0c22

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.7"
3+
version = "1.0.8"
44
license = "MIT OR Apache-2.0"
55
authors = ["Guillaume W. Bres <[email protected]>"]
66
description = "Command line tool parse and analyze CGGTTS data"
@@ -17,6 +17,6 @@ itertools = "0.13.0"
1717
env_logger = "0.11"
1818
clap = { version = "4.4.6", features = ["derive", "color"] }
1919
serde = { version = "1.0", default-features = false, features = ["derive"] }
20-
cggtts = { path = "../cggtts", version = "=4.1.6" }
20+
cggtts = { path = "../cggtts", version = "=4.1.7" }
2121
plotly = "0.8.4"
2222
# plotly = { git = "https://github.com/gwbres/plotly", branch = "density-mapbox" }

cggtts/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"
3-
version = "4.1.6"
3+
version = "4.1.7"
44
license = "MIT OR Apache-2.0"
55
authors = ["Guillaume W. Bres <[email protected]>"]
66
description = "Package to analyze and create CGGTTS data"
@@ -22,7 +22,7 @@ scan_fmt = "0.1"
2222
strum = "0.26.3"
2323
itertools = "0.13.0"
2424
strum_macros = "0.23.0"
25-
gnss-rs = { version = "2.2.3", features = ["serde"] }
25+
gnss-rs = { version = "2.2.4", features = ["serde"] }
2626
serde = { version = "1.0", optional = true, features = ["derive"] }
2727
hifitime = { version = "4.0.0-alpha", features = ["serde", "std"] }
2828

0 commit comments

Comments
 (0)