Skip to content

Commit

Permalink
fix : dependency lumper
Browse files Browse the repository at this point in the history
Signed-off-by: Maxime <[email protected]>
  • Loading branch information
Maxtho8 committed Mar 31, 2023
1 parent a97939a commit ed58c44
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 2 deletions.
45 changes: 45 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions src/vmm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ virtio-device = { git = "https://github.com/rust-vmm/vm-virtio" }
virtio-queue = { git = "https://github.com/rust-vmm/vm-virtio" }

vm-superio = "0.7.0"

serde_json = "1.0.94"
serde = { version = "1.0.126", features = ["derive"] }
2 changes: 0 additions & 2 deletions src/vmm/src/kernel.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// SPDX-License-Identifier: Apache-2.0 OR BSD-3-Clause

#![cfg(target_arch = "x86_64")]

use std::fs::File;
Expand Down

0 comments on commit ed58c44

Please sign in to comment.