aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar bors[bot] <26634292+bors[bot]@users.noreply.github.com> 2020-03-04 22:57:51 +0000
committerGravatar GitHub <noreply@github.com> 2020-03-04 22:57:51 +0000
commitaa68192064c8acd662020264957eda8746f709f6 (patch)
treed77fdb26d6448364633958a658924df27c95c673
parente119bc2999f56a6927f85807aabab97fcf26cce0 (diff)
parent508123e3a747feaeb2bf814e912429d6983e5c37 (diff)
downloadcortex-m-aa68192064c8acd662020264957eda8746f709f6.tar.gz
cortex-m-aa68192064c8acd662020264957eda8746f709f6.tar.zst
cortex-m-aa68192064c8acd662020264957eda8746f709f6.zip
Merge #252
252: Updated r0 to 1.0. r=jonas-schievink a=thejpster Co-authored-by: Jonathan 'theJPster' Pallant <github@thejpster.org.uk>
-rw-r--r--cortex-m-rt/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cortex-m-rt/Cargo.toml b/cortex-m-rt/Cargo.toml
index dd2a250..8fd075f 100644
--- a/cortex-m-rt/Cargo.toml
+++ b/cortex-m-rt/Cargo.toml
@@ -16,7 +16,7 @@ version = "0.6.11"
autoexamples = true
[dependencies]
-r0 = "0.2.2"
+r0 = "1.0"
cortex-m-rt-macros = { path = "macros", version = "=0.6.11" }
[dev-dependencies]