-
- Downloads
wrap references to resources in static-ref's Ref/RefMut
to assert that they point to `static` data
... | @@ -11,6 +11,7 @@ syn = "0.11.10" | ... | @@ -11,6 +11,7 @@ syn = "0.11.10" |
[dependencies] | [dependencies] | ||
cortex-m = "0.2.2" | cortex-m = "0.2.2" | ||
typenum = "1.7.0" | typenum = "1.7.0" | ||
static-ref = { git = "https://github.com/japaric/static-ref" } | |||
[dev-dependencies] | [dev-dependencies] | ||
compiletest_rs = "0.2.5" | compiletest_rs = "0.2.5" | ||
... | ... |
Please register or sign in to comment