Skip to content

Commit 03aade6

Browse files
authored
dep/hifitime integration for testing (#47)
Signed-off-by: Guillaume W. Bres <[email protected]>
1 parent 839984b commit 03aade6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,10 @@ strum_macros = "0.27"
3939
flate2 = { version = "1", optional = true }
4040
log = { version = "0.4", optional = true }
4141
polyfit-rs = { version = "0.2", optional = true }
42-
gnss-rs = { version = "2.3.5", features = ["serde"] }
4342
serde = { version = "1.0", optional = true, features = ["derive"] }
44-
hifitime = { version = "4.0", features = ["serde", "std"] }
43+
44+
gnss-rs = { git = "https://github.com/rtk-rs/gnss", branch = "dep/hifitime", features = ["serde"] }
45+
hifitime = { git = "https://github.com/nyx-space/hifitime", branch = "master", features = ["serde", "std"] }
4546

4647
[dev-dependencies]
4748
rand = "0.8"

0 commit comments

Comments
 (0)