From a0659237fe10d8bdb5f984f2bac079c08e28f1b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Wed, 17 Jul 2024 18:19:40 -0300 Subject: [PATCH] Cargo: Update to 0.11.21 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 faaea15..c251b04 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mavlink2rest" -version = "0.11.20" +version = "0.11.21" description = "A simple REST API for MAVLink" readme = "README.md" license = "MIT"