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 0e7b571 commit b6247dcCopy full SHA for b6247dc
Cargo.toml
@@ -21,7 +21,7 @@ license = "0BSD"
21
name = "stm32l0xx-hal"
22
readme = "README.md"
23
repository = "https://github.com/stm32-rs/stm32l0xx-hal"
24
-version = "0.4.0"
+version = "0.5.0"
25
26
[package.metadata.docs.rs]
27
features = ["stm32l0x2", "rt", "stm32-usbd"]
README.md
@@ -37,7 +37,7 @@ To use the stm32l0xx-hal [crate](https://crates.io/crates/stm32l0xx-hal) as a de
37
38
```
39
[dependencies.stm32l0xx-hal]
40
41
features = ["stm32l0x1", "rt"]
42
43
0 commit comments