diff options
| author | Ulf Lilleengen <[email protected]> | 2025-07-16 15:41:57 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2025-07-16 15:43:05 +0200 |
| commit | 6f2f469c565f7bacc8e5312f6f2ae20828941308 (patch) | |
| tree | 42ba836e4854d625b5c8833e64d93f64ae17be0c /embassy-usb-synopsys-otg | |
| parent | c484e7d0e530d20e1fdfaa4a1578e9321cc8b283 (diff) | |
chore: Release embassy-usb-driver version 0.2.0
Diffstat (limited to 'embassy-usb-synopsys-otg')
| -rw-r--r-- | embassy-usb-synopsys-otg/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-usb-synopsys-otg/Cargo.toml b/embassy-usb-synopsys-otg/Cargo.toml index 304fc0db8..511cddacf 100644 --- a/embassy-usb-synopsys-otg/Cargo.toml +++ b/embassy-usb-synopsys-otg/Cargo.toml | |||
| @@ -19,7 +19,7 @@ target = "thumbv7em-none-eabi" | |||
| 19 | critical-section = "1.1" | 19 | critical-section = "1.1" |
| 20 | 20 | ||
| 21 | embassy-sync = { version = "0.7.0", path = "../embassy-sync" } | 21 | embassy-sync = { version = "0.7.0", path = "../embassy-sync" } |
| 22 | embassy-usb-driver = { version = "0.1.1", path = "../embassy-usb-driver" } | 22 | embassy-usb-driver = { version = "0.2.0", path = "../embassy-usb-driver" } |
| 23 | 23 | ||
| 24 | defmt = { version = "1.0.1", optional = true } | 24 | defmt = { version = "1.0.1", optional = true } |
| 25 | log = { version = "0.4.14", optional = true } | 25 | log = { version = "0.4.14", optional = true } |
