diff --git a/Cargo.lock b/Cargo.lock index e4898776ab..61d110121e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -60,8 +60,7 @@ dependencies = [ [[package]] name = "aml" version = "0.16.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7450aaee7581251d456c0f283f4c3db13b09a95054572ae77b6d22f77216caf" +source = "git+https://github.com/IsaacWoods/acpi?rev=8aefcb9c1ef1ff92b50e8c484ef6e8bf448670a9#8aefcb9c1ef1ff92b50e8c484ef6e8bf448670a9" dependencies = [ "bit_field", "bitvec", diff --git a/acpid/Cargo.toml b/acpid/Cargo.toml index 451f0daeec..bb14ca64ee 100644 --- a/acpid/Cargo.toml +++ b/acpid/Cargo.toml @@ -16,5 +16,5 @@ redox-daemon = "0.1" redox-log = "0.1.1" redox_syscall = "0.3" thiserror = "1" -aml = "0.16.2" +aml = { git = "https://github.com/IsaacWoods/acpi", rev = "8aefcb9c1ef1ff92b50e8c484ef6e8bf448670a9" } rustc-hash = "1.1.0"