Skip to content

Commit 311cd65

Browse files
joaoantoniocardosopatrickelectric
authored andcommitted
Revert "Use versions over path"
This reverts commit 2e40341.
1 parent 12b1e2b commit 311cd65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mavlink/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ edition = "2018"
1919
rust-version = "1.65.0"
2020

2121
[build-dependencies]
22-
mavlink-bindgen = { version = "0.13.1", default-features = false }
22+
mavlink-bindgen = { path = "../mavlink-bindgen", default-features = false }
2323

2424
[[example]]
2525
name = "mavlink-dump"
2626
path = "examples/mavlink-dump/src/main.rs"
2727
required-features = ["ardupilotmega"]
2828

2929
[dependencies]
30-
mavlink-core = { version = "0.13.1", default-features = false }
30+
mavlink-core = { path = "../mavlink-core", default-features = false }
3131
num-traits = { workspace = true, default-features = false }
3232
num-derive = { workspace = true }
3333
bitflags = { workspace = true }

0 commit comments

Comments
 (0)