mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2024-12-23 12:41:31 +11:00
Update dependencies on defmt-rtt to 0.4.0 (#504)
Version 0.3.0 depends on deprecated critical-section 0.2
This commit is contained in:
parent
6fca82f810
commit
d1377acc19
|
@ -25,7 +25,7 @@ ws2812-pio = "0.4.0"
|
|||
fugit = "0.3.5"
|
||||
|
||||
defmt = "0.3.0"
|
||||
defmt-rtt = "0.3.0"
|
||||
defmt-rtt = "0.4.0"
|
||||
|
||||
[features]
|
||||
# This is the set of features we enable by default
|
||||
|
|
|
@ -20,7 +20,7 @@ cortex-m-rt = { version = "0.7", optional = true }
|
|||
rp2040-hal = { path = "../../rp2040-hal", version = "0.6.0", features = [ "defmt" ] }
|
||||
panic-halt= "0.2.0"
|
||||
defmt = "0.3.0"
|
||||
defmt-rtt = "0.3.0"
|
||||
defmt-rtt = "0.4.0"
|
||||
embedded-hal ="0.2.5"
|
||||
fugit = "0.3.5"
|
||||
nb = "1.0.0"
|
||||
|
|
|
@ -23,7 +23,7 @@ embedded-hal ="0.2.5"
|
|||
fugit = "0.3.5"
|
||||
|
||||
defmt = "0.3.0"
|
||||
defmt-rtt = "0.3.0"
|
||||
defmt-rtt = "0.4.0"
|
||||
|
||||
[features]
|
||||
# This is the set of features we enable by default
|
||||
|
|
|
@ -39,7 +39,7 @@ usbd-serial = "0.1.1"
|
|||
usbd-hid = "0.5.1"
|
||||
|
||||
defmt = "0.3.0"
|
||||
defmt-rtt = "0.3.0"
|
||||
defmt-rtt = "0.4.0"
|
||||
|
||||
[features]
|
||||
# This is the set of features we enable by default
|
||||
|
|
Loading…
Reference in a new issue