diff options
Diffstat (limited to 'nrf-softdevice-defmt-rtt/Cargo.toml')
-rw-r--r-- | nrf-softdevice-defmt-rtt/Cargo.toml | 2 |
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" } |