aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Aparicio <jorge@japaric.io>2017-07-23 21:08:52 -0500
committerJorge Aparicio <jorge@japaric.io>2017-07-23 21:08:52 -0500
commit749ce810d5525dbbe3c7b2750a9413203112ccf3 (patch)
tree8ca1f6421b83eece3eeb51b9e4128eee93357d24
parentf5a4d8e9041d81e8c423727010f99df5fa97616d (diff)
bump the static-ref dependency
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e558f5f..392538b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,7 +14,7 @@ version = "0.2.0"
[dependencies]
cortex-m = "0.3.1"
-static-ref = "0.2.0"
+static-ref = "0.2.1"
[dependencies.cortex-m-rtfm-macros]
path = "macros"