diff options
| author | Ulf Lilleengen <[email protected]> | 2025-07-15 21:40:37 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2025-07-15 21:41:41 +0200 |
| commit | f32e8f6025ca3787fa402e13cda4031d88e6f518 (patch) | |
| tree | 279c4b54344e8ddfa5e1e37e58523ca75a777ffc /embassy-usb-synopsys-otg | |
| parent | adbe5859c0c3a63afcae93e919109a17af596b6d (diff) | |
release: embassy-usb-driver 0.1.1
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 6252feaef..304fc0db8 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.0", path = "../embassy-usb-driver" } | 22 | embassy-usb-driver = { version = "0.1.1", 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 } |
