Update dependent versions

This commit is contained in:
James Munns
2024-04-23 19:48:16 +02:00
parent 8c98809f1e
commit 0d0d8e14e2
21 changed files with 21 additions and 21 deletions

View File

@@ -15,7 +15,7 @@ src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-usb-l
target = "thumbv7em-none-eabi"
[dependencies]
embassy-usb = { version = "0.1.0", path = "../embassy-usb" }
embassy-usb = { version = "0.2.0", path = "../embassy-usb" }
embassy-sync = { version = "0.5.0", path = "../embassy-sync" }
embassy-futures = { version = "0.1.0", path = "../embassy-futures" }
log = "0.4"