Skip to content

Commit

Permalink
Use versions over path
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
  • Loading branch information
patrickelectric committed Jul 21, 2024
1 parent 9cd7bf0 commit 2e40341
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", default-features = false }
mavlink-bindgen = { version = "0.13.1", default-features = false }

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

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

0 comments on commit 2e40341

Please sign in to comment.