From a94de6bafcd95c0313e638138643f87c3b0e6aa0 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Fri, 14 Apr 2017 09:45:50 -0500 Subject: wrap references to resources in static-ref's Ref/RefMut to assert that they point to `static` data --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 3bc0347..3304796 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,7 @@ syn = "0.11.10" [dependencies] cortex-m = "0.2.2" typenum = "1.7.0" +static-ref = { git = "https://github.com/japaric/static-ref" } [dev-dependencies] compiletest_rs = "0.2.5" -- cgit v1.2.3