From aa64da23758e5a4f7443a1df97ee1fb70fc84f90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Fri, 15 Mar 2024 09:29:15 -0300 Subject: [PATCH] Cargo: Update to 0.11.20 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 da44f27..e5831fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mavlink2rest" -version = "0.11.19" +version = "0.11.20" description = "A simple REST API for MAVLink" readme = "README.md" license = "MIT"