From c367d61c5123c6508566e29ab893682940aeb6bf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= <patrickelectric@gmail.com>
Date: Fri, 31 Jan 2020 10:04:26 -0300
Subject: [PATCH] README: Update mavlink version
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 0b5c11d..3a7659a 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ with bindings for the [common message set](http://mavlink.org/messages/common).
 Add to your Cargo.toml:
 
 ```
-mavlink = "0.6"
+mavlink = "0.7"
 ```
 
 See [src/bin/mavlink-dump.rs](src/bin/mavlink-dump.rs) for a usage example.
-- 
GitLab