Skip to content

Commit

Permalink
Fix docs not building; up version
Browse files Browse the repository at this point in the history
  • Loading branch information
David-OConnor committed Apr 16, 2022
1 parent 036282e commit dace0e5
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.4.3"
version = "1.4.4"
authors = ["David O'Connor <david.alan.oconnor@gmail.com>"]
description = "Hardware abstraction layer for the STM32 MCUs"
keywords = ["no-std", "stm32", "embedded", "embedded-hal"]
Expand Down Expand Up @@ -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", "bx_can", "embedded-hal"]
features = ["h743v", "h7rt", "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 dace0e5

Please sign in to comment.