From 26a3de29743c32ec77c3a4042dc6077c268f1623 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Fri, 28 Apr 2023 14:31:36 -0300 Subject: [PATCH] Cargo: Update to 0.11.14 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 5bad297..cbf0605 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mavlink2rest" -version = "0.11.13" +version = "0.11.14" description = "A simple REST API for MAVLink" readme = "README.md" license = "MIT"