10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c01d63 commit 4ae7fb3Copy full SHA for 4ae7fb3
CHANGELOG.md
@@ -1,9 +1,14 @@
1
# Changelog
2
3
## Unreleased - ReleaseDate
4
+
5
+## 0.8.5 - 2022-07-21
6
### Added
7
- Add the implementation of `TryFrom<[u32; 4]>` to TRB structs in `ring::trb::command` and `ring::trb::transfer`
8
9
+### Changed
10
+- Clippy's function size limitation setting is removed.
11
12
## 0.8.4 - 2022-05-29
13
### Fixed
14
- Wrong bit range in `StructuralParameters2::max_scratchpad_buffers` is fixed.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "xhci"
-version = "0.8.4"
+version = "0.8.5"
authors = ["Hiroki Tokunaga <tokusan441@gmail.com>"]
edition = "2021"
license = "MIT OR Apache-2.0"
0 commit comments