Used patched aml
This commit is contained in:
Generated
+1
-2
@@ -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
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user