diff options
| author | Jorge Aparicio <japaricious@gmail.com> | 2017-04-14 09:45:50 -0500 |
|---|---|---|
| committer | Jorge Aparicio <japaricious@gmail.com> | 2017-04-14 10:19:08 -0500 |
| commit | a94de6bafcd95c0313e638138643f87c3b0e6aa0 (patch) | |
| tree | 3a8858b1eb7936341fc3f1ed9e1cff012f245330 /Cargo.toml | |
| parent | 4d8d53a20613efc27042c965765588e4c7fce46d (diff) | |
wrap references to resources in static-ref's Ref/RefMut
to assert that they point to `static` data
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |
