We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd644c2 commit a2df3a8Copy full SHA for a2df3a8
Cargo.toml
@@ -9,7 +9,10 @@
9
name = "stm32f1-hal"
10
readme = "README.md"
11
repository = "https://github.com/jw-mcu-rust/stm32f1-hal"
12
- version = "0.0.2"
+ version = "0.0.3"
13
+
14
+ [package.metadata.docs.rs]
15
+ features = ["stm32f103", "xG"]
16
17
[features]
18
critical-section-single-core = ["cortex-m/critical-section-single-core"]
0 commit comments