From 32d50f8c6790de71ca6b2b2d062088cc5ad5b59e Mon Sep 17 00:00:00 2001 From: Guillaume P Date: Mon, 8 Jul 2019 20:07:53 +0200 Subject: [PATCH] Update the cargo version in the README.md fixes #76 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] ```