diff --git a/Cargo.toml b/Cargo.toml index 712e292..efe8ab1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0" name = "stm32f7xx-hal" readme = "README.md" repository = "https://github.com/stm32-rs/stm32f7xx-hal" -version = "0.1.0" +version = "0.2.0" [package.metadata.docs.rs] features = ["stm32f746", "rt"] @@ -98,4 +98,4 @@ required-features = ["stm32f746", "rt"] [[example]] name = "stm32f7disco-screen" -required-features = ["stm32f746", "rt"] \ No newline at end of file +required-features = ["stm32f746", "rt"]