From f2ca18469bb5708bd8691e32249763246f6f48f2 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 6 Dec 2021 12:52:34 +0100 Subject: [PATCH] update README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0f07f9b..5083984 100644 --- a/README.md +++ b/README.md @@ -71,13 +71,13 @@ is contained within the ```toml [dependencies] - cortex-m = "0.7.3" - cortex-m-rt = "0.7.0" - panic-halt = "0.2" - embedded-hal = "0.2.6" + cortex-m = "" + cortex-m-rt = "" + panic-halt = "" + embedded-hal = "" [dependencies.va108xx-hal] - version = "0.2" + version = "" features = ["rt"] ```