From 27496728a5df65cffb4814834c362d8c9192c4e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Sun, 21 Jul 2024 20:23:39 -0300 Subject: [PATCH] mavlink: Use mavlink-core version over path" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- mavlink/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mavlink/Cargo.toml b/mavlink/Cargo.toml index 280393172f..a6077a6dd9 100644 --- a/mavlink/Cargo.toml +++ b/mavlink/Cargo.toml @@ -27,7 +27,7 @@ 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 }