diff options
| author | Dario Nieuwenhuis <[email protected]> | 2021-08-19 17:11:17 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2021-08-19 17:11:17 +0200 |
| commit | fe355af4f0c17e3612fbf89d19e551bdebd6dac9 (patch) | |
| tree | e58e1344fd3b7b117e6397ae31a05f57e75f7ef5 /examples | |
| parent | a665b83a1902844d5c1e54b3261b1b43a2fa0704 (diff) | |
nrf: update to cortex-m-rt 0.7
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/nrf/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/nrf/Cargo.toml b/examples/nrf/Cargo.toml index 8db0ad53f..f410f89c1 100644 --- a/examples/nrf/Cargo.toml +++ b/examples/nrf/Cargo.toml | |||
| @@ -25,7 +25,7 @@ defmt = "0.2.0" | |||
| 25 | defmt-rtt = "0.2.0" | 25 | defmt-rtt = "0.2.0" |
| 26 | 26 | ||
| 27 | cortex-m = { version = "0.7.1", features = ["inline-asm"] } | 27 | cortex-m = { version = "0.7.1", features = ["inline-asm"] } |
| 28 | cortex-m-rt = "0.6.13" | 28 | cortex-m-rt = "0.7.0" |
| 29 | embedded-hal = { version = "0.2.4" } | 29 | embedded-hal = { version = "0.2.4" } |
| 30 | panic-probe = { version = "0.2.0", features = ["print-defmt"] } | 30 | panic-probe = { version = "0.2.0", features = ["print-defmt"] } |
| 31 | futures = { version = "0.3.8", default-features = false, features = ["async-await"] } | 31 | futures = { version = "0.3.8", default-features = false, features = ["async-await"] } |
