From 19ad62d18b12cf123d1107a51a1ee8f441c9d924 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= <patrickelectric@gmail.com> Date: Thu, 18 Jul 2024 06:04:25 -0300 Subject: [PATCH] mavlink-core: Fix README path MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com> --- mavlink-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mavlink-core/Cargo.toml b/mavlink-core/Cargo.toml index 3726398..e4df6bb 100644 --- a/mavlink-core/Cargo.toml +++ b/mavlink-core/Cargo.toml @@ -10,7 +10,7 @@ authors = [ "Ibiyemi Abiodun", ] description = "Implements the MAVLink data interchange format for UAVs." -readme = "README.md" +readme = "../README.md" license = "MIT/Apache-2.0" repository = "https://github.com/mavlink/rust-mavlink" edition = "2018" -- GitLab