From f790dc6b250c26d7b6043684af7d41bb2f992d28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Thu, 21 May 2020 13:00:19 -0300 Subject: [PATCH] Cargo: Fix mavlink version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d34c5c78..7846b1dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ pnet = "0.25" regex = "1.3" ## Mavlink -mavlink = { version = "0.8.1", features = ["default", "emit-extensions"] } +mavlink = { version = "=0.8.1", features = ["default", "emit-extensions"] } ## RTSP server glib = { version = "0.9", optional = true }