aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jonas Schievink <jonasschievink@gmail.com> 2017-09-22 13:44:36 +0200
committerGravatar Jonas Schievink <jonasschievink@gmail.com> 2017-09-22 13:44:36 +0200
commitee59e8711f57d0702d16ce2785b3b52f475e7ae2 (patch)
treebfd6575db33b4f01ce5a412529d0be7ab5cbaf88
parent57ed0963ff3f64754935913943e6c7b20591a905 (diff)
downloadrtic-ee59e8711f57d0702d16ce2785b3b52f475e7ae2.tar.gz
rtic-ee59e8711f57d0702d16ce2785b3b52f475e7ae2.tar.zst
rtic-ee59e8711f57d0702d16ce2785b3b52f475e7ae2.zip
Bump stm32f103xx version
Fixes compilation on x86-64
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8760d307..3c772ff5 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