use 0.2.1 everywhere

This commit is contained in:
Lotte Steenbrink 2021-04-14 12:16:22 +02:00 committed by Mirabellensaft
parent ecae3b725a
commit e4cb17a773
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ name = "usb"
version = "0.0.0"
[dependencies]
defmt = "0.2.0"
defmt = "0.2.1"
[features]
# set defmt logging levels here

View File

@ -18,7 +18,7 @@ cortex-m-rtic = "0.5.1"
dk = { path = "../../boards/dk", features = ["advanced"] }
heapless = "0.5.5"
panic-probe = { version = "0.2.0", features = ["print-defmt"] }
defmt = "0.2.0"
defmt = "0.2.1"
defmt-rtt = "0.2.0"
usb = { path = "../common/usb" }
usb2 = "0.0.1"

View File

@ -11,7 +11,7 @@ cortex-m-rt = "0.6.13"
dk = { path = "../../boards/dk", features = ["beginner"] }
heapless = "0.5.5"
panic-probe = { version = "0.2.0", features = ["print-defmt"] }
defmt = "0.2.0"
defmt = "0.2.1"
defmt-rtt = "0.2.0"
# optimize code in both profiles