From 5085e898443f826de9219041ac451825d65af41d Mon Sep 17 00:00:00 2001 From: memN0ps <89628341+memN0ps@users.noreply.github.com> Date: Wed, 10 Jan 2024 17:39:40 +1300 Subject: [PATCH] Update Cargo.toml --- hypervisor/Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/hypervisor/Cargo.toml b/hypervisor/Cargo.toml index 686d063..f75ade1 100644 --- a/hypervisor/Cargo.toml +++ b/hypervisor/Cargo.toml @@ -29,8 +29,6 @@ log = "0.4.20" # https://crates.io/crates/log kernel-log = "0.1.2" # https://crates.io/crates/kernel-log com_logger = "0.1.1" # https://crates.io/crates/com_logger iced-x86 = { version = "1.20.0", default-features = false, features = ["no_std", "decoder", "block_encoder", "instr_info", "no_d3now", "no_evex", "no_vex", "no_xop"] } # https://crates.io/crates/iced-x86 -kernel-alloc = { version = "0.2.3", features = ["pool-tag"] } - [build-dependencies] wdk-build = "0.1.0" \ No newline at end of file