Used patched aml

This commit is contained in:
Jeremy Soller
2023-03-02 17:56:19 -07:00
parent 40334044aa
commit 9ba1358077
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.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",
+1 -1
View File
@@ -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"