Skip to content

Commit

Permalink
Fix hifitime upgrade
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume W. Bres <[email protected]>
  • Loading branch information
gwbres committed Oct 11, 2024
1 parent ab77ab6 commit 7f8b1c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rinex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ nalgebra = { version = "=0.32.3", optional = true }
hifitime = { version = "4.0.0-beta", features = ["serde", "std"] }

# gnss-rs = { version = "2.2.3", features = ["serde", "domes", "cospar"] }
gnss-rs = { git = "https://github.com/rtk-rs/gnss", branch = "main", features = ["serde"] }
gnss-rs = { git = "https://github.com/rtk-rs/gnss", branch = "main", features = ["serde", "domes", "cospar"] }

# RINEX QC dedicated traits
maud = { version = "0.26", optional = true }
Expand Down

0 comments on commit 7f8b1c6

Please sign in to comment.