Bump defmt to version 1.1

This commit is contained in:
2026-05-27 02:03:21 -07:00
parent f269d2f888
commit 3e25dd380b
2 changed files with 29 additions and 29 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ esp-rtos = { version = "0.2.0", features = [
"esp32s3",
] }
defmt = "1.0.1"
defmt = "1.1.0"
esp-bootloader-esp-idf = { version = "0.4.0", features = ["defmt", "esp32s3"] }
embassy-executor = { version = "0.9.1", features = ["defmt"] }