File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased - ReleaseDate
44
5+ ## 0.8.6 - 2022-07-31
6+ ### Fixed
7+ - The wrong bit range in the implementation of ` TryFrom<[u32; 4]> ` for TRB structs is fixed.
8+
59## 0.8.5 - 2022-07-21
610### Added
7- - Add the implementation of ` TryFrom<[u32; 4]> ` to TRB structs in ` ring::trb::command ` and ` ring::trb::transfer `
11+ - Added the implementation of ` TryFrom<[u32; 4]> ` to TRB structs in ` ring::trb::command ` and ` ring::trb::transfer `
812
913### Changed
1014- Clippy's function size limitation setting is removed.
Original file line number Diff line number Diff line change 11[package ]
22name = " xhci"
3- version = " 0.8.5 "
3+ version = " 0.8.6 "
44authors = [" Hiroki Tokunaga <tokusan441@gmail.com>" ]
55edition = " 2021"
66license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments