Skip to content

Commit

Permalink
v0.6.2 - PWM improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
arkorobotics committed May 3, 2020
1 parent e8bbea6 commit b8147f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ license = "0BSD"
name = "stm32l0xx-hal"
readme = "README.md"
repository = "https://github.com/stm32-rs/stm32l0xx-hal"
version = "0.6.1"
version = "0.6.2"

[package.metadata.docs.rs]
features = ["stm32l0x2", "rt", "stm32-usbd"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ To use the stm32l0xx-hal [crate](https://crates.io/crates/stm32l0xx-hal) as a de

```
[dependencies.stm32l0xx-hal]
version = "0.6.1"
version = "0.6.2"
features = ["stm32l0x1", "rt"]
```

Expand Down

0 comments on commit b8147f1

Please sign in to comment.