From 4ff0ff04ae9f4b24f79fe449dff8e568eb9faca1 Mon Sep 17 00:00:00 2001
From: Todd Stellanova <tstellanova@users.noreply.github.com>
Date: Sun, 20 Oct 2019 09:21:58 -0700
Subject: [PATCH] bump version number in readme

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 54abb1f..0b5c11d 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.5"
+mavlink = "0.6"
 ```
 
 See [src/bin/mavlink-dump.rs](src/bin/mavlink-dump.rs) for a usage example.
-- 
GitLab