Skip to content

Commit b6247dc

Browse files
committed
Version 0.5.0
1 parent 0e7b571 commit b6247dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ license = "0BSD"
2121
name = "stm32l0xx-hal"
2222
readme = "README.md"
2323
repository = "https://github.com/stm32-rs/stm32l0xx-hal"
24-
version = "0.4.0"
24+
version = "0.5.0"
2525

2626
[package.metadata.docs.rs]
2727
features = ["stm32l0x2", "rt", "stm32-usbd"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To use the stm32l0xx-hal [crate](https://crates.io/crates/stm32l0xx-hal) as a de
3737

3838
```
3939
[dependencies.stm32l0xx-hal]
40-
version = "0.4.0"
40+
version = "0.5.0"
4141
features = ["stm32l0x1", "rt"]
4242
```
4343

0 commit comments

Comments
 (0)