Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
Signed-off-by: yihuaf <yihuaf@unkies.org>
  • Loading branch information
yihuaf committed Jul 4, 2023
1 parent 980c8ce commit 1ba0a11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/youki/src/workload/executor.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use libcontainer::oci_spec::runtime::Spec;
use libcontainer::workload::{Executor, ExecutorError};
use oci_spec::runtime::Spec;

pub fn default_executor() -> Executor {
Box::new(|spec: &Spec| -> Result<(), ExecutorError> {
Expand Down

0 comments on commit 1ba0a11

Please # to comment.