Merge branch 'rw_van_230321' into 'master'

temporarily use forked library for AML

See merge request redox-os/drivers!88
This commit is contained in:
Jeremy Soller
2023-03-22 00:46:00 +00:00
2 changed files with 2 additions and 3 deletions
Generated
+1 -2
View File
@@ -60,8 +60,7 @@ dependencies = [
[[package]]
name = "aml"
version = "0.16.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5dcf92e2afd8d6607e435cdc1d8ea76260fa467f6cf821f6af40e88dca15d183"
source = "git+https://github.com/rw-vanc/acpi.git?branch=cumulative#ac37b03f974ca58f3c024a058224ffd5b77fed31"
dependencies = [
"bit_field",
"bitvec",
+1 -1
View File
@@ -7,7 +7,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
aml = "0.16.3"
aml = { git = "https://github.com/rw-vanc/acpi.git", branch = "cumulative" }
log = "0.4"
num-derive = "0.3"
num-traits = "0.2"