From 44607e3de035495d1b3f3f017acf87d5b855c19b Mon Sep 17 00:00:00 2001 From: Torkel Danielsson Date: Wed, 13 May 2020 00:35:33 +0900 Subject: [PATCH] Updated stm32f0 dependency to v0.11 --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c46a7d..bd806ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Remove duplicate error bits clearing in serial `read()` implementation - Optimize SPI implementation - Use `pac` instead of `stm32` for PAC access and soft-deprecate the former -- Updated stm32f0 dependency to v0.10 (breaking change) +- Updated stm32f0 dependency to v0.11 (breaking change) ### Added diff --git a/Cargo.toml b/Cargo.toml index b48afd9..24dff31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ cast = { version = "0.2", default-features = false } cortex-m = "0.6" cortex-m-rt = "0.6" embedded-hal = { version = "0.2", features = ["unproven"] } -stm32f0 = "0.10" +stm32f0 = "0.11" nb = "0.1" void = { version = "1.0", default-features = false } stm32-usbd = { version = "0.5.0", features = ["ram_access_2x16"], optional = true }