Skip to content

Commit a2c745d

Browse files
committed
rsdp,acpi: update crates to 2021 edition
`aml` should also be moved to the 2021 edition at some point
1 parent f45963d commit a2c745d

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
[workspace]
22
members = ["rsdp", "acpi", "aml", "acpi-dumper", "aml_tester"]
3+
resolver = "2"

acpi/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description = "Library for parsing ACPI tables"
77
categories = ["hardware-support", "no-std"]
88
readme = "../README.md"
99
license = "MIT/Apache-2.0"
10-
edition = "2018"
10+
edition = "2021"
1111

1212
[dependencies]
1313
bit_field = "0.10.2"

rsdp/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description = "Zero-allocation library for locating and parsing the RSDP, the fi
77
categories = ["hardware-support", "no-std"]
88
readme = "../README.md"
99
license = "MIT/Apache-2.0"
10-
edition = "2018"
10+
edition = "2021"
1111

1212
[dependencies]
1313
log = "0.4"

0 commit comments

Comments
 (0)