From 749ce810d5525dbbe3c7b2750a9413203112ccf3 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Sun, 23 Jul 2017 21:08:52 -0500 Subject: [PATCH] bump the static-ref dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e558f5fbb4..392538b452 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"