Skip to content

Commit 27233dc

Browse files
authored
bump hifitime to v3.9.0 (#10)
Signed-off-by: Guillaume W. Bres <[email protected]>
1 parent 3e02af4 commit 27233dc

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Rust package to parse and generate CGGTTS data.
88
[![crates.io](https://docs.rs/cggtts/badge.svg)](https://docs.rs/cggtts/badge.svg)
99
[![crates.io](https://img.shields.io/crates/d/cggtts.svg)](https://crates.io/crates/cggtts)
1010

11-
CGGTTS is a file format designed to describe a local clock's behavior against GNSS constellations.
12-
Exchanging CGGTTS files then permits to compare two remote clocks to one another, this is called the called "Common View" Time Transfer
13-
technique.
11+
CGGTTS is a file format designed to describe a local clock state compared to GNSS time systems.
12+
Exchanging CGGTTS files allows comparison of remote clocks by means of common satellite clocks in sight.
13+
This is called the "common view" time transfer technique.
1414

1515
CGGTTS is specified by the Bureau International des Poids & des Mesures (BIPM):
1616
[CGGTTS 2E specifications](https://www.bipm.org/documents/20126/52718503/G1-2015.pdf/f49995a3-970b-a6a5-9124-cc0568f85450)

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.3"
3+
version = "1.0.4"
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.11.0"
1717
env_logger = "0.10"
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.2" }
20+
cggtts = { path = "../cggtts", version = "=4.1.3" }
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.2"
3+
version = "4.1.3"
44
license = "MIT OR Apache-2.0"
55
authors = ["Guillaume W. Bres <[email protected]>"]
66
description = "Package to analyze and create CGGTTS data"
@@ -23,7 +23,7 @@ strum = "0.23.0"
2323
itertools = "0.11.0"
2424
strum_macros = "0.23.0"
2525
gnss-rs = { version = "2.1.1", features = ["serde"] }
26-
hifitime = { version = "3.8.4", features = ["serde", "std"] }
26+
hifitime = { version = "3.9.0", features = ["serde", "std"] }
2727
serde = { version = "1.0", optional = true, features = ["derive"] }
2828

2929
# track scheduling

0 commit comments

Comments
 (0)