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 2
2
3
3
## Unreleased - ReleaseDate
4
4
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
+
5
9
## 0.8.5 - 2022-07-21
6
10
### 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 `
8
12
9
13
### Changed
10
14
- Clippy's function size limitation setting is removed.
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " xhci"
3
- version = " 0.8.5 "
3
+ version = " 0.8.6 "
4
4
authors = [
" Hiroki Tokunaga <[email protected] >" ]
5
5
edition = " 2021"
6
6
license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments