diff --git a/Cargo.lock b/Cargo.lock index ef63d408c9..fa39129d36 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/acpid/Cargo.toml b/acpid/Cargo.toml index 65a7fa9313..c9829bbf69 100644 --- a/acpid/Cargo.toml +++ b/acpid/Cargo.toml @@ -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"