From 1b8fbf1e63e727749f0b6a9951b66b625d1cd75d Mon Sep 17 00:00:00 2001 From: pv42 Date: Mon, 26 Aug 2024 11:51:10 +0200 Subject: [PATCH] doc: add tokio-1 and signing to docs.rs features --- mavlink/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mavlink/Cargo.toml b/mavlink/Cargo.toml index 0573047572..14ffd19199 100644 --- a/mavlink/Cargo.toml +++ b/mavlink/Cargo.toml @@ -112,4 +112,6 @@ features = [ "emit-description", "emit-extensions", "format-generated-code", + "tokio-1", + "signing" ]