From da405029113f9c188313b9477f4dc13aa3ab52f9 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Thu, 15 Aug 2019 20:44:51 -0400 Subject: More WIP for btle comms. --- ble/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ble/Cargo.toml') diff --git a/ble/Cargo.toml b/ble/Cargo.toml index 7ef4dcf..b624978 100644 --- a/ble/Cargo.toml +++ b/ble/Cargo.toml @@ -15,9 +15,9 @@ embedded-hal = "0.2" panic-semihosting = "~0.5" nb = "~0.1" log = "0.4" -starb = "0.1" -clint = "0.2" -cortex-m-semihosting = "0.3" +starb = "~0.2" +clint = "~0.2" +cortex-m-semihosting = "~0.3" [features] default = ["rt", "rubble-nrf52/52840"] -- cgit v1.2.3