diff options
| author | Fuwn <[email protected]> | 2022-01-03 14:41:21 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-01-03 14:41:21 -0800 |
| commit | e080c951f0d10842dfedb43dd527d1d509ffdeaa (patch) | |
| tree | 8d4996643f5a4ab947abd6403d81a56d9b1cef84 /crates/windows-kernel-rs/Cargo.toml | |
| parent | fix(winioctl): impl Into to impl From (diff) | |
| download | driver-e080c951f0d10842dfedb43dd527d1d509ffdeaa.tar.xz driver-e080c951f0d10842dfedb43dd527d1d509ffdeaa.zip | |
fix(windows-kernel-rs): don't waste cpu cycles :)
Diffstat (limited to 'crates/windows-kernel-rs/Cargo.toml')
| -rw-r--r-- | crates/windows-kernel-rs/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/windows-kernel-rs/Cargo.toml b/crates/windows-kernel-rs/Cargo.toml index e8f4660..b361135 100644 --- a/crates/windows-kernel-rs/Cargo.toml +++ b/crates/windows-kernel-rs/Cargo.toml @@ -22,3 +22,4 @@ cty = "0.2" lazy_static = { version = "1.4", features = ["spin_no_std"] } widestring = { version = "0.4", default-features = false, features = ["alloc"]} windows-kernel-sys = { path = "../windows-kernel-sys" } +x86_64 = "0.14.7" |