Skip to content

Commit

Permalink
fix: add feature clock to ublox-rnx (#229)
Browse files Browse the repository at this point in the history
So that relevant structs are visible and ublox-rnx compiles
  • Loading branch information
dgramop authored Apr 11, 2024
1 parent 96bcf85 commit a793762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ublox-rnx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ serialport = "4.2.0"
ublox = "0.4.4"
clap = { version = "4.4.10", features = ["derive", "color"] }
gnss-rs = { version = "2.1.3", features = ["serde"] }
rinex = { path = "../rinex", version = "=0.15.7", features = ["serde", "nav", "obs"] }
rinex = { path = "../rinex", version = "=0.15.7", features = ["serde", "nav", "obs", "clock"] }

0 comments on commit a793762

Please sign in to comment.