Skip to content

Commit 4ea4f10

Browse files
authored
chore: switch to edition 2021 (#131)
1 parent 472a846 commit 4ea4f10

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
- License and contribution notes are added to the README.
66
- Dependabot is enabled.
77

8+
### Changed
9+
- Switched to Rust edition 2021.
10+
811
### Fixed
912
- Outdated code example in `README.md` is fixed.
1013
- Removed all the use of deprecated code.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "xhci"
33
version = "0.8.2"
44
authors = ["Hiroki Tokunaga <[email protected]>"]
5-
edition = "2018"
5+
edition = "2021"
66
license = "MIT OR Apache-2.0"
77
description = "A library to handle xHCI"
88
repository = "https://github.com/rust-osdev/xhci"

0 commit comments

Comments
 (0)