diff options
author | Dario Nieuwenhuis <dirbaio@dirbaio.net> | 2021-05-26 13:01:06 +0200 |
---|---|---|
committer | Dario Nieuwenhuis <dirbaio@dirbaio.net> | 2021-05-26 13:01:06 +0200 |
commit | b4ecd6659a3bace44b83fb702c86e560dd1d55c7 (patch) | |
tree | 3855b97a6d9b9d7bf7064f94b0e493e34ada05f1 /nrf-softdevice-defmt-rtt | |
parent | 17c8983c9fe4a8a98ebf54d7ca099049dc845a53 (diff) | |
download | nrf-softdevice-b4ecd6659a3bace44b83fb702c86e560dd1d55c7.zip |
Update deps
Diffstat (limited to 'nrf-softdevice-defmt-rtt')
-rw-r--r-- | nrf-softdevice-defmt-rtt/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nrf-softdevice-defmt-rtt/Cargo.toml b/nrf-softdevice-defmt-rtt/Cargo.toml index 611a713..5d071be 100644 --- a/nrf-softdevice-defmt-rtt/Cargo.toml +++ b/nrf-softdevice-defmt-rtt/Cargo.toml @@ -14,4 +14,4 @@ version = "0.1.0" defmt = { version = "0.2.0" } nrf-softdevice = { path = "../nrf-softdevice", version = "0.1.0" } cortex-m = "0.6.4" -critical-section = { version = "0.1.0" } +critical-section = { version = "0.2.1" } |