summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDario Nieuwenhuis <dirbaio@dirbaio.net>2021-05-26 13:24:53 +0200
committerDario Nieuwenhuis <dirbaio@dirbaio.net>2021-05-26 13:24:53 +0200
commit6538f0ec4744407dc12047e23b4f1e24a64d5de7 (patch)
treed7635b21a19bead187c3c4d09022d48dcc9c3edf /examples
parentac73efb2d38735cb2a59ccce476d4dc7d232124b (diff)
downloadnrf-softdevice-6538f0ec4744407dc12047e23b4f1e24a64d5de7.zip
Update heapless
Diffstat (limited to 'examples')
-rw-r--r--examples/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/Cargo.toml b/examples/Cargo.toml
index 0b87825..dc2a117 100644
--- a/examples/Cargo.toml
+++ b/examples/Cargo.toml
@@ -26,16 +26,16 @@ ble-gatt-client = ["nrf-softdevice/ble-gatt-client"]
embassy = { version = "0.1.0", features = ["defmt"]}
embassy-traits = { version = "0.1.0", features = ["defmt"]}
embassy-nrf = { version = "0.1.0", features = [ "defmt", "nrf52840" ]}
-cortex-m = { version = "0.6.4" }
+cortex-m = { version = "0.7.2" }
cortex-m-rt = "0.6.13"
defmt = { version = "0.2.0", features = ["alloc"] }
nrf-softdevice-defmt-rtt = { path = "../nrf-softdevice-defmt-rtt", version = "0.1.0" }
-panic-probe = "0.1.0"
+panic-probe = { version = "0.2.0", features= ["print-defmt"] }
nrf-softdevice = { version = "0.1.0", path = "../nrf-softdevice", features = ["defmt", "defmt-trace", "nrf52840", "s140", "ble-peripheral", "ble-central", "critical-section-impl"] }
nrf-softdevice-s140 = { version = "0.1.1", path = "../nrf-softdevice-s140" }
futures = { version = "0.3.5", default-features = false }
fixed = "1.2.0"
-heapless = "0.5.6"
+heapless = "0.7.1"
alloc-cortex-m = "0.4.0"
[[bin]]