aboutsummaryrefslogtreecommitdiff
path: root/embassy-usb-logger
diff options
context:
space:
mode:
authorScott Mabin <[email protected]>2023-12-04 13:03:30 +0000
committerScott Mabin <[email protected]>2023-12-04 13:15:10 +0000
commit334900752ab0462a78ac4f327c7141418d24ca1d (patch)
tree6cbac9f68d1f40808b476136c02363e6fad47e63 /embassy-usb-logger
parentc7d6ea3c78eec11473c7d34d181ff1d71056184d (diff)
update release version in examples and other crates
Diffstat (limited to 'embassy-usb-logger')
-rw-r--r--embassy-usb-logger/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-usb-logger/Cargo.toml b/embassy-usb-logger/Cargo.toml
index 48b8bbcc6..c8b06fb06 100644
--- a/embassy-usb-logger/Cargo.toml
+++ b/embassy-usb-logger/Cargo.toml
@@ -10,7 +10,7 @@ target = "thumbv7em-none-eabi"
10 10
11[dependencies] 11[dependencies]
12embassy-usb = { version = "0.1.0", path = "../embassy-usb" } 12embassy-usb = { version = "0.1.0", path = "../embassy-usb" }
13embassy-sync = { version = "0.4.0", path = "../embassy-sync" } 13embassy-sync = { version = "0.5.0", path = "../embassy-sync" }
14embassy-futures = { version = "0.1.0", path = "../embassy-futures" } 14embassy-futures = { version = "0.1.0", path = "../embassy-futures" }
15futures = { version = "0.3", default-features = false } 15futures = { version = "0.3", default-features = false }
16static_cell = { version = "2" } 16static_cell = { version = "2" }