diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,7 +9,7 @@ vcell = "*" [dependencies.cortex-m-rt] optional = true -version = "*" +version = "0.7.0" [features] -rt = ["cortex-m-rt/samc21n18a"] +rt = ["cortex-m-rt/device"] |
