From 999348a4300db1126adb4ac24fd18f852a3dd53c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Tue, 28 Nov 2023 10:01:37 -0300 Subject: [PATCH] Cargo: Update to 0.11.16 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 6b92094..c6db9c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mavlink2rest" -version = "0.11.15" +version = "0.11.16" description = "A simple REST API for MAVLink" readme = "README.md" license = "MIT"