From 7f1e5a852f23bd929c0eb1c647ec5ff18209c90d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Tue, 23 Jun 2020 15:49:00 -0300 Subject: [PATCH] Cargo: Update mavlink to version 0.8.4 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 939fb1a..1c572fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ actix-cors = "0.1" actix-web = "1.0.8" chrono = { version = "0.4", features = ["serde"] } clap = "2.31.2" -mavlink = { git = "https://github.com/patrickelectric/rust-mavlink", branch = "fix_mavlink2", features = [ "emit-extensions" ]} +mavlink = { version = "0.8.4", features = [ "emit-extensions" ]} serde = "1.0.101" serde_json = "1.0.41" serde_derive = "1.0.104"