aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2019-11-18 20:07:06 +0000
committerGitHub <noreply@github.com>2019-11-18 20:07:06 +0000
commit8374fce0dfbc945f878b9c0f5525ce8d48aaa428 (patch)
tree3638bffb95fd61b32e2281e3336152f71eb7642f /Cargo.toml
parent725d5e1aa9d0276783765dcabe5430f03ea13dd5 (diff)
parentebd62215ff05bd0a43a17539e39b92fac8d024cb (diff)
Merge #278
278: Cyccnt r=texitoi a=perlindgren The subtractions in `elapsed` and `duration` may cause an overflow panic in debug mode. This is solved by using wrapping arithmetics. Co-authored-by: Per Lindgren <per.lindgren@ltu.se>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 56ef2ac..ce371f9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@ license = "MIT OR Apache-2.0"
name = "cortex-m-rtfm"
readme = "README.md"
repository = "https://github.com/rtfm-rs/cortex-m-rtfm"
-version = "0.5.0"
+version = "0.5.1"
[lib]
name = "rtfm"