From c0cfccffc7c44c88cb9580b1496569d3e9de1848 Mon Sep 17 00:00:00 2001 From: Bob McWhirter Date: Mon, 15 Nov 2021 14:37:19 -0500 Subject: Update toolchain and defmt versions. --- nrf-softdevice/Cargo.toml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'nrf-softdevice') diff --git a/nrf-softdevice/Cargo.toml b/nrf-softdevice/Cargo.toml index 143e1d0..27ebf35 100644 --- a/nrf-softdevice/Cargo.toml +++ b/nrf-softdevice/Cargo.toml @@ -5,12 +5,6 @@ authors = ["Dario Nieuwenhuis "] edition = "2018" [features] -defmt-default = [] -defmt-trace = [] -defmt-debug = [] -defmt-info = [] -defmt-warn = [] -defmt-error = [] nrf52805 = ["nrf52805-pac"] nrf52810 = ["nrf52810-pac"] @@ -36,7 +30,7 @@ ble-gatt-client = ["ble-gatt"] critical-section-impl = ["critical-section/custom-impl"] [dependencies] -defmt = { version = "0.2.0", optional = true } +defmt = { version = "0.3", optional = true } log = { version = "0.4.11", optional = true } critical-section = { version = "0.2.1" } @@ -65,4 +59,4 @@ nrf-softdevice-macro = { version = "0.1.0", path = "../nrf-softdevice-macro" } [package.metadata.docs.rs] targets = ["thumbv7em-none-eabihf"] -features = ["nrf52840", "s140", "ble-central", "ble-peripheral", "ble-l2cap", "ble-gatt-server", "ble-gatt-client"] \ No newline at end of file +features = ["nrf52840", "s140", "ble-central", "ble-peripheral", "ble-l2cap", "ble-gatt-server", "ble-gatt-client"] -- cgit v1.2.3