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:
Jan Niehusmann 2022-11-25 10:05:04 +01:00 committed by GitHub
parent 6fca82f810
commit d1377acc19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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"

View file

@ -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

View file

@ -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