Skip to content

Commit 0964ff9

Browse files
committed
Merge remote-tracking branch 'origin/main' into fix-cam-merge
2 parents 912f719 + 2a54eb6 commit 0964ff9

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT"
88
repository = "https://github.com/drivercraft/CrabUSB"
99

1010
[workspace.dependencies]
11-
crab-usb = {path = "usb-host", version = "0.8" }
11+
crab-usb = {path = "usb-host", version = "0.9" }
1212
futures = {version = "0.3", default-features = false}
1313
log = "0.4"
1414
thiserror = {version = "2", default-features = false}

usb-host/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.9.0](https://github.com/drivercraft/CrabUSB/compare/crab-usb-v0.8.2...crab-usb-v0.9.0) - 2026-05-08
11+
12+
### Fixed
13+
14+
- improve xHCI CAM transfer handling ([#77](https://github.com/drivercraft/CrabUSB/pull/77))
15+
1016
## [0.8.2](https://github.com/drivercraft/CrabUSB/compare/crab-usb-v0.8.1...crab-usb-v0.8.2) - 2026-05-07
1117

1218
### Fixed

usb-host/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords = ["os", "usb", "xhci", "driver"]
77
license = "MIT"
88
name = "crab-usb"
99
repository = "https://github.com/drivercraft/CrabUSB"
10-
version = "0.8.2"
10+
version = "0.9.0"
1111

1212
[features]
1313
aggressive_usb_reset = []

0 commit comments

Comments
 (0)