From 516c547f7ddf4c5a12dd59ce353e8b258a7e1d8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Tue, 5 Dec 2023 15:38:51 -0300 Subject: [PATCH] Cargo: Update to 0.11.18 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 6275120..2d767ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mavlink2rest" -version = "0.11.16" +version = "0.11.18" description = "A simple REST API for MAVLink" readme = "README.md" license = "MIT"