From ee59e8711f57d0702d16ce2785b3b52f475e7ae2 Mon Sep 17 00:00:00 2001 From: Jonas Schievink Date: Fri, 22 Sep 2017 13:44:36 +0200 Subject: [PATCH] Bump stm32f103xx version Fixes compilation on x86-64 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8760d307b9..3c772ff5bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ version = "0.3.3" [dev-dependencies.stm32f103xx] features = ["rt"] -version = "0.7.1" +version = "0.7.5" [profile.release] lto = true