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 472a846 commit 4ea4f10Copy full SHA for 4ea4f10
CHANGELOG.md
@@ -5,6 +5,9 @@
5
- License and contribution notes are added to the README.
6
- Dependabot is enabled.
7
8
+### Changed
9
+- Switched to Rust edition 2021.
10
+
11
### Fixed
12
- Outdated code example in `README.md` is fixed.
13
- Removed all the use of deprecated code.
Cargo.toml
@@ -2,7 +2,7 @@
2
name = "xhci"
3
version = "0.8.2"
4
authors = ["Hiroki Tokunaga <[email protected]>"]
-edition = "2018"
+edition = "2021"
license = "MIT OR Apache-2.0"
description = "A library to handle xHCI"
repository = "https://github.com/rust-osdev/xhci"
0 commit comments