summaryrefslogtreecommitdiff
path: root/examples/Cargo.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <dirbaio@dirbaio.net>2020-11-23 15:02:32 +0100
committerDario Nieuwenhuis <dirbaio@dirbaio.net>2020-11-23 15:02:32 +0100
commita1d9499a39fc3c215848c006542bac69c22cadf2 (patch)
treee72304b4318e14108975717b0f82ae04943bcf62 /examples/Cargo.toml
parent01235747bae1bf8ea29353e991d2b1d60e6dc25e (diff)
downloadnrf-softdevice-a1d9499a39fc3c215848c006542bac69c22cadf2.zip
Update dependencies.
Diffstat (limited to 'examples/Cargo.toml')
-rw-r--r--examples/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/Cargo.toml b/examples/Cargo.toml
index ffdefc2..9b58172 100644
--- a/examples/Cargo.toml
+++ b/examples/Cargo.toml
@@ -26,8 +26,8 @@ ble-gatt-client = ["nrf-softdevice/ble-gatt-client"]
anyfmt = {version = "0.1.0", features = ["defmt"] }
embassy = { version = "0.1.0", features = ["defmt"]}
embassy-nrf = { version = "0.1.0", features = [ "defmt", "52840" ]}
-cortex-m = { version = "0.6.3" }
-cortex-m-rt = "0.6.12"
+cortex-m = { version = "0.6.4" }
+cortex-m-rt = "0.6.13"
cortex-m-rtic = { version = "0.5.5", optional = true }
defmt = "0.1.0"
defmt-rtt = "0.1.0"