From d8de261ddf66a270834a1931565224880631cf1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= <patrickelectric@gmail.com> Date: Thu, 3 Feb 2022 09:20:15 -0300 Subject: [PATCH] Update package to 0.10.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com> --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2ec9626..d542f56 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "mavlink" -version = "0.10.0" +version = "0.10.1" authors = ["Todd Stellanova", "Michal Podhradsky", "Kevin Mehall", "Tim Ryan", "Patrick José Pereira", "Ibiyemi Abiodun"] build = "build/main.rs" description = "Implements the MAVLink data interchange format for UAVs." diff --git a/README.md b/README.md index 17dba04..0e179fb 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ with bindings for all message sets. Add to your Cargo.toml: ``` -mavlink = "0.10" +mavlink = "0.10.1" ``` ## Examples -- GitLab