Skip to content

Commit ca6dafb

Browse files
committed
Version 0.3.1
Update includes reset api for Timer, stm32l0x3 support, dma fixes, and other minor bug fixes and formatting changes. Big thanks to @lthiery, Tomas Kukosa, and @jonas-schievink!
1 parent eaeac86 commit ca6dafb

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.3.0"
24+
version = "0.3.1"
2525

2626
[package.metadata.docs.rs]
2727
features = ["stm32l0x1", "rt"]

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.3.0"
40+
version = "0.3.1"
4141
features = ["stm32l0x1", "rt"]
4242
```
4343

0 commit comments

Comments
 (0)