summaryrefslogtreecommitdiff
path: root/nrf-softdevice
diff options
context:
space:
mode:
authorBob McWhirter <bmcwhirt@redhat.com>2021-11-15 14:37:19 -0500
committerBob McWhirter <bmcwhirt@redhat.com>2021-11-15 15:11:11 -0500
commitc0cfccffc7c44c88cb9580b1496569d3e9de1848 (patch)
treed2583a3adf1df68ed47c333865ad5fae91200787 /nrf-softdevice
parentfae86722ac818c275920b8b78e0b34ea274e56d8 (diff)
downloadnrf-softdevice-c0cfccffc7c44c88cb9580b1496569d3e9de1848.zip
Update toolchain and defmt versions.
Diffstat (limited to 'nrf-softdevice')
-rw-r--r--nrf-softdevice/Cargo.toml10
1 files changed, 2 insertions, 8 deletions
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 <dirbaio@dirbaio.net>"]
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"]