From e7e66e404265313ce554d95c4517ec4120cc210e Mon Sep 17 00:00:00 2001
From: Per Lindgren <per.lindgren@ltu.se>
Date: Wed, 12 Feb 2020 00:59:00 +0100
Subject: [PATCH] fix, typo in Cargo.toml

---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index 42d8d98..b8b44a7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,7 +19,7 @@ panic-itm               = "0.4.1"
 nb                      = "0.1.2"
 
 [dependencies.cortex-m]
-verison         = "0.6.2"
+version         = "0.6.2"
 # features        = ["inline-asm"] # <- currently requires nightly compiler
 
 [dependencies.cortex-m-rt]
-- 
GitLab