Skip to content

Commit 6a85ad1

Browse files
committed
chore(virtq): update lock file
Signed-off-by: Tomasz Andrzejak <andreiltd@gmail.com>
1 parent 14acc80 commit 6a85ad1

3 files changed

Lines changed: 30 additions & 30 deletions

File tree

Cargo.lock

Lines changed: 28 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/hyperlight_guest/src/virtq/context.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ use hyperlight_common::virtq::msg::{MsgKind, VirtqMsgHeader};
3333
use hyperlight_common::virtq::{
3434
self, BufferPool, Layout, Notifier, QueueStats, RecyclePool, Token, VirtqProducer,
3535
};
36+
3637
use super::GuestMemOps;
3738
use crate::bail;
3839
use crate::error::Result;

src/hyperlight_host/tests/sandbox_host_tests.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ use hyperlight_testing::simple_guest_as_string;
2727
pub mod common; // pub to disable dead_code warning
2828
use crate::common::{
2929
with_all_sandboxes, with_all_sandboxes_cfg, with_all_sandboxes_with_writer,
30-
with_all_uninit_sandboxes, with_rust_sandbox_cfg, with_rust_uninit_sandbox,
31-
with_rust_uninit_sandbox_cfg,
30+
with_all_uninit_sandboxes, with_rust_sandbox_cfg, with_rust_uninit_sandbox_cfg,
3231
};
3332

3433
#[test]

0 commit comments

Comments
 (0)