Update embedded-io to 0.3

This commit is contained in:
Dario Nieuwenhuis
2022-05-19 00:13:31 +02:00
parent 261043fc73
commit 47ceee47d5
8 changed files with 8 additions and 8 deletions

View File

@ -16,7 +16,7 @@ embassy-usb = { version = "0.1.0", path = "../../embassy-usb", features = ["defm
embassy-usb-serial = { version = "0.1.0", path = "../../embassy-usb-serial", features = ["defmt"], optional = true }
embassy-usb-hid = { version = "0.1.0", path = "../../embassy-usb-hid", features = ["defmt"], optional = true }
embassy-usb-ncm = { version = "0.1.0", path = "../../embassy-usb-ncm", features = ["defmt"], optional = true }
embedded-io = "0.2.0"
embedded-io = "0.3.0"
defmt = "0.3"
defmt-rtt = "0.3"