From f6f76d239eff203415daed3af9bf5d8fb295e2e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Fri, 15 Mar 2024 08:56:07 -0300 Subject: [PATCH] Cargo: Update to 0.10.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5b0aeb3f36..ed3d4d55e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "mavlink" -version = "0.10.6" +version = "0.10.7" 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."