Compare commits

...

2 commits

Author SHA1 Message Date
f1edbb68eb Merge pull request 'Update Rust crate defmt to 0.3.6' (#16) from renovate/defmt-0.x into master
Reviewed-on: #16
2024-02-08 19:53:54 +00:00
f47274efb2 Update Rust crate defmt to 0.3.6
All checks were successful
Gitea Actions Test / build (pull_request) Successful in 6m46s
2024-02-08 02:03:55 +00:00

View file

@ -10,7 +10,7 @@ cortex-m = "0.7.7"
cortex-m-rt = "0.7.3"
rp-pico = "0.8.0"
panic-halt = "0.2.0"
defmt = "0.3.5"
defmt = "0.3.6"
usb-device = "0.2.9"
usbd-hid = "0.6.1"
critical-section = "1.1.2"