Skip to content

Commit

Permalink
Revert: add path dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pv42 committed Aug 5, 2024
1 parent f9819a7 commit 33b4d4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mavlink/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ edition = "2018"
rust-version = "1.65.0"

[build-dependencies]
mavlink-bindgen = { path = "../mavlink-bindgen", version = "0.13.2", default-features = false }
mavlink-bindgen = { version = "0.13.2", default-features = false }

[[example]]
name = "mavlink-dump"
path = "examples/mavlink-dump/src/main.rs"
required-features = ["ardupilotmega"]

[dependencies]
mavlink-core = { path = "../mavlink-core", version = "0.13.2", default-features = false }
mavlink-core = { version = "0.13.2", default-features = false }
num-traits = { workspace = true, default-features = false }
num-derive = { workspace = true }
bitflags = { workspace = true }
Expand Down

0 comments on commit 33b4d4e

Please sign in to comment.