diff --git a/README.md b/README.md index 8467662d..6a80f237 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ be specified as part of the `Cargo.toml` definition. ```toml [dependencies.stm32f1xx-hal] -version = "0.2.0" +version = "0.3.0" features = ["stm32f100", "rt"] ```