diff options
| author | Ulf Lilleengen <[email protected]> | 2023-09-14 18:26:00 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2023-09-14 18:26:00 +0200 |
| commit | 1b20ba27b12a93ae94b4eff39160da884c592db4 (patch) | |
| tree | 54eca8ba0290cff510f9106b22437cf1ba45f9e7 /embassy-usb-logger/Cargo.toml | |
| parent | f5e96a9d60be3d5ab975031635a58675c2cef4d0 (diff) | |
feat: bump embassy-sync version to 0.3.0
Update changelog in preparation for release
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 0f91cd36d..944a48a5e 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.2.0", path = "../embassy-sync" } | 13 | embassy-sync = { version = "0.3.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" |
