From 52e18a03d1d8402fbd661354d1ed2f13528dd290 Mon Sep 17 00:00:00 2001 From: David-OConnor Date: Mon, 24 Jan 2022 05:16:36 -0800 Subject: [PATCH] Tweak docs build --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 22a6c80..ab77815 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -76,7 +76,7 @@ cfg-if = "1.0.0" # if/else blocks for feature-gating paste = "1.0.4" # Token pasting, to make macros easier [package.metadata.docs.rs] -features = ["h743v", "h7rt", "usb", "can", "embedded-hal"] +features = ["h743v", "h7rt", "usb", "bx_can", "embedded-hal"] targets = ["thumbv7em-none-eabihf"] # For bright "supported by crate feature only" text on `embedded-hal`? rustdoc-args = ["--cfg", "docsrs"]