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 }