aboutsummaryrefslogtreecommitdiff
path: root/embassy-usb
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-08-26 16:04:00 +0200
committerUlf Lilleengen <[email protected]>2025-08-26 16:05:09 +0200
commit83f2557eacd657070a84a9baf2da6e3aff03b2b7 (patch)
tree13ce7dc5787f05b4f5e087e891738ac5120112e3 /embassy-usb
parentb6a81d8bedeafa5166d0668c387ed65062777193 (diff)
chore: prepare embassy crate releases
Diffstat (limited to 'embassy-usb')
-rw-r--r--embassy-usb/CHANGELOG.md2
-rw-r--r--embassy-usb/Cargo.toml8
2 files changed, 6 insertions, 4 deletions
diff --git a/embassy-usb/CHANGELOG.md b/embassy-usb/CHANGELOG.md
index 3ee75e226..0a30bc24b 100644
--- a/embassy-usb/CHANGELOG.md
+++ b/embassy-usb/CHANGELOG.md
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8<!-- next-header --> 8<!-- next-header -->
9## Unreleased - ReleaseDate 9## Unreleased - ReleaseDate
10 10
11## 0.5.1 - 2025-08-26
12
11## 0.5.0 - 2025-07-16 13## 0.5.0 - 2025-07-16
12 14
13- `UAC1`: unmute by default ([#3992](https://github.com/embassy-rs/embassy/pull/3992)) 15- `UAC1`: unmute by default ([#3992](https://github.com/embassy-rs/embassy/pull/3992))
diff --git a/embassy-usb/Cargo.toml b/embassy-usb/Cargo.toml
index 89b3c318d..e309eec93 100644
--- a/embassy-usb/Cargo.toml
+++ b/embassy-usb/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "embassy-usb" 2name = "embassy-usb"
3version = "0.5.0" 3version = "0.5.1"
4edition = "2021" 4edition = "2021"
5license = "MIT OR Apache-2.0" 5license = "MIT OR Apache-2.0"
6description = "Async USB device stack for embedded devices in Rust." 6description = "Async USB device stack for embedded devices in Rust."
@@ -57,10 +57,10 @@ max-handler-count-8 = []
57# END AUTOGENERATED CONFIG FEATURES 57# END AUTOGENERATED CONFIG FEATURES
58 58
59[dependencies] 59[dependencies]
60embassy-futures = { version = "0.1.0", path = "../embassy-futures" } 60embassy-futures = { version = "0.1.2", path = "../embassy-futures" }
61embassy-usb-driver = { version = "0.2.0", path = "../embassy-usb-driver" } 61embassy-usb-driver = { version = "0.2.0", path = "../embassy-usb-driver" }
62embassy-sync = { version = "0.7.1", path = "../embassy-sync" } 62embassy-sync = { version = "0.7.2", path = "../embassy-sync" }
63embassy-net-driver-channel = { version = "0.3.1", path = "../embassy-net-driver-channel" } 63embassy-net-driver-channel = { version = "0.3.2", path = "../embassy-net-driver-channel" }
64 64
65defmt = { version = "1", optional = true } 65defmt = { version = "1", optional = true }
66log = { version = "0.4.14", optional = true } 66log = { version = "0.4.14", optional = true }