Browse Source

stm32f1 v0.11

Andrey Zgarbul 4 years ago
parent
commit
c89f804ded
2 changed files with 2 additions and 2 deletions
  1. 1 1
      CHANGELOG.md
  2. 1 1
      Cargo.toml

+ 1 - 1
CHANGELOG.md

@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
 
 ### Breaking changes
 
-- Bump `stm32f1` dependency (`0.10.0`)
+- Bump `stm32f1` dependency (`0.11.0`)
 - Make traits `rcc::Enable` and `rcc::Reset` public, but `RccBus` sealed
 
 ### Added

+ 1 - 1
Cargo.toml

@@ -26,7 +26,7 @@ required-features = ["rt"]
 cortex-m = "0.6.0"
 nb = "0.1.2"
 cortex-m-rt = "0.6.8"
-stm32f1 = "0.10.0"
+stm32f1 = "0.11.0"
 as-slice = "0.1"
 
 [dependencies.void]