diff options
| author | Dániel Buga <[email protected]> | 2023-10-31 09:18:00 +0100 |
|---|---|---|
| committer | Dániel Buga <[email protected]> | 2023-10-31 09:33:27 +0100 |
| commit | d94188206616d341d6646f55181d2cbd636e056b (patch) | |
| tree | 5d833d3b8383a171abbbf5a5a0ddacd13a82533b /embassy-usb-logger/Cargo.toml | |
| parent | ad07ea02909f7c10b5c2bd2bb40c81aea414db4a (diff) | |
Prepare embassy-net 0.2.1 and embassy-sync 0.4.0
Diffstat (limited to 'embassy-usb-logger/Cargo.toml')
| -rw-r--r-- | embassy-usb-logger/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-usb-logger/Cargo.toml b/embassy-usb-logger/Cargo.toml index 944a48a5e..29a8e421a 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] |
| 12 | embassy-usb = { version = "0.1.0", path = "../embassy-usb" } | 12 | embassy-usb = { version = "0.1.0", path = "../embassy-usb" } |
| 13 | embassy-sync = { version = "0.3.0", path = "../embassy-sync" } | 13 | embassy-sync = { version = "0.4.0", path = "../embassy-sync" } |
| 14 | embassy-futures = { version = "0.1.0", path = "../embassy-futures" } | 14 | embassy-futures = { version = "0.1.0", path = "../embassy-futures" } |
| 15 | futures = { version = "0.3", default-features = false } | 15 | futures = { version = "0.3", default-features = false } |
| 16 | static_cell = "1" | 16 | static_cell = "1" |
