summaryrefslogtreecommitdiff
path: root/nrf-softdevice-defmt-rtt/Cargo.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <dirbaio@dirbaio.net>2021-11-15 21:13:12 +0100
committerGitHub <noreply@github.com>2021-11-15 21:13:12 +0100
commitab4d4f9de306e8d3040e2b5d6e05709d72891721 (patch)
treed2583a3adf1df68ed47c333865ad5fae91200787 /nrf-softdevice-defmt-rtt/Cargo.toml
parentfae86722ac818c275920b8b78e0b34ea274e56d8 (diff)
parentc0cfccffc7c44c88cb9580b1496569d3e9de1848 (diff)
downloadnrf-softdevice-ab4d4f9de306e8d3040e2b5d6e05709d72891721.zip
Merge pull request #86 from bobmcwhirter/update_defmt
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" }