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 a980f01 commit 4f42876Copy full SHA for 4f42876
Cargo.toml
@@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
9
name = "stm32f7xx-hal"
10
readme = "README.md"
11
repository = "https://github.com/stm32-rs/stm32f7xx-hal"
12
-version = "0.1.0"
+version = "0.2.0"
13
14
[package.metadata.docs.rs]
15
features = ["stm32f746", "rt"]
@@ -98,4 +98,4 @@ required-features = ["stm32f746", "rt"]
98
99
[[example]]
100
name = "stm32f7disco-screen"
101
-required-features = ["stm32f746", "rt"]
+required-features = ["stm32f746", "rt"]
0 commit comments