Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
David-OConnor committed Nov 25, 2021
1 parent 785d8c3 commit b0920c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stm32-hal2"
version = "1.3.2"
version = "1.3.3"
authors = ["David O'Connor <[email protected]>"]
description = "Hardware abstraction layer for the STM32 MCUs"
keywords = ["no-std", "stm32", "embedded", "embedded-hal"]
Expand Down Expand Up @@ -78,7 +78,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 = ["l4x3", "l4rt", "can", "usb", "embedded-hal"]
features = ["l4x3", "l4rt", "usb", "embedded-hal"]
targets = ["thumbv7em-none-eabihf"]
# For bright "supported by crate feature only" text on `embedded-hal`?
rustdoc-args = ["--cfg", "docsrs"]
Expand Down

0 comments on commit b0920c1

Please sign in to comment.