Skip to content

Commit

Permalink
ublox: use local referencing (latest)
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume W. Bres <[email protected]>
  • Loading branch information
gwbres committed Sep 28, 2023
1 parent 6460869 commit 2c87b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ublox/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ bitflags = "2.3.1"
chrono = {version = "0.4.19", default-features = false, features = []}
num-traits = {version = "0.2.12", default-features = false}
serde = {version = "1.0.144", optional = true, default-features = false, features = ["derive"]}
ublox_derive = {path = "../ublox_derive"}
ublox_derive = {path = "../ublox_derive", version = "0.1.0"}

[dev-dependencies]
cpu-time = "1.0.0"
Expand Down

0 comments on commit 2c87b08

Please sign in to comment.