Skip to content

Commit

Permalink
Update gnss (#268)
Browse files Browse the repository at this point in the history
* update gnss rtk

---------

Signed-off-by: Guillaume W. Bres <[email protected]>
  • Loading branch information
gwbres committed Aug 24, 2024
1 parent d9adab7 commit c2048f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rinex-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ hifitime = { version = "4.0.0-alpha", features = ["serde", "std"] }

gnss-rs = { version = "2.2.3", features = ["serde"] }

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

Expand Down

0 comments on commit c2048f8

Please sign in to comment.