Skip to content

Commit e324f19

Browse files
committed
Version 0.4.0
Improvements and added features to low power mode functionality. Minor bug fixes and added examples to I2C with DMA. All thanks to @hannobraun and Zac Berkowitz!
1 parent 1f2c083 commit e324f19

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

0 commit comments

Comments
 (0)