Skip to content

Commit ac83c6d

Browse files
committed
bump gnss-rs
Signed-off-by: Guillaume W. Bres <[email protected]>
1 parent 27233dc commit ac83c6d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cggtts-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cggtts-cli"
3-
version = "1.0.4"
3+
version = "1.0.5"
44
license = "MIT OR Apache-2.0"
55
authors = ["Guillaume W. Bres <[email protected]>"]
66
description = "Command line tool parse and analyze CGGTTS data"

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.3"
3+
version = "4.1.4"
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.23.0"
2323
itertools = "0.11.0"
2424
strum_macros = "0.23.0"
25-
gnss-rs = { version = "2.1.1", features = ["serde"] }
25+
gnss-rs = { version = "2.1.2", features = ["serde"] }
2626
hifitime = { version = "3.9.0", features = ["serde", "std"] }
2727
serde = { version = "1.0", optional = true, features = ["derive"] }
2828

0 commit comments

Comments
 (0)