summaryrefslogtreecommitdiff
path: root/nrf-softdevice-defmt-rtt/Cargo.toml
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-defmt-rtt/Cargo.toml
parentfae86722ac818c275920b8b78e0b34ea274e56d8 (diff)
downloadnrf-softdevice-c0cfccffc7c44c88cb9580b1496569d3e9de1848.zip
Update toolchain and defmt versions.
Diffstat (limited to 'nrf-softdevice-defmt-rtt/Cargo.toml')
-rw-r--r--nrf-softdevice-defmt-rtt/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/nrf-softdevice-defmt-rtt/Cargo.toml b/nrf-softdevice-defmt-rtt/Cargo.toml
index 5d071be..e847a72 100644
--- a/nrf-softdevice-defmt-rtt/Cargo.toml
+++ b/nrf-softdevice-defmt-rtt/Cargo.toml
@@ -11,7 +11,7 @@ repository = "https://github.com/knurling-rs/defmt"
version = "0.1.0"
[dependencies]
-defmt = { version = "0.2.0" }
+defmt = { version = "0.3" }
nrf-softdevice = { path = "../nrf-softdevice", version = "0.1.0" }
cortex-m = "0.6.4"
critical-section = { version = "0.2.1" }