From cb9581a4ed98b3980be1ee2a86508c3afc8e1501 Mon Sep 17 00:00:00 2001 From: Daniel Egger Date: Sat, 4 Apr 2020 22:05:08 +0200 Subject: [PATCH] Bump stm32f0 to 0.10 Signed-off-by: Daniel Egger --- CHANGELOG.md | 1 + Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93f874c..6226bfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Changed - Use `pac` instead of `stm32` for PAC access and soft-deprecate the former +- Updated stm32f0 dependency to v0.10 (breaking change) ### Added diff --git a/Cargo.toml b/Cargo.toml index b74b332..8602780 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,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.9" +stm32f0 = "0.10" nb = "0.1" void = { version = "1.0", default-features = false } stm32-usbd = { version = "0.5.0", features = ["ram_access_2x16"], optional = true }