jonas-schievink / rubble

(going to be a) BLE stack for embedded Rust
BSD Zero Clause License
397 stars 56 forks source link

Upgrade defmt to 0.3.0 #188

Open dzfranklin opened 2 years ago

dzfranklin commented 2 years ago

Because defmt has a native dependency you can't have multiple version of it in your dependency tree. In order to use the latest version of cortex-m-rt I had to upgrade defmt.

dzfranklin commented 2 years ago

The error is a dead code warning that I didn't introduce. Should I have based this off something else?