mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-02-22 14:54:23 +00:00
Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2a77d1730d | ||
|
|
1199642234 | ||
|
|
c6551f67ad | ||
|
|
10759b7251 | ||
|
|
f969e5645d | ||
|
|
b7ece51b3f | ||
|
|
537ecbee8e | ||
|
|
aaff08d425 | ||
|
|
44f0052967 | ||
|
|
85b3a67215 | ||
|
|
fc0deb5b9a |
@@ -22,4 +22,4 @@ slog = "2.5.2"
|
||||
slog-scope = "4.1.2"
|
||||
scan_fmt = "0.2"
|
||||
regex = "1.1"
|
||||
path-absolutize = { git = "git://github.com/magiclen/path-absolutize.git", tag= "v1.1.3" }
|
||||
path-absolutize = { git = "git://github.com/magiclen/path-absolutize.git", tag= "v1.2.0" }
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
// Copyright (c) 2019 Ant Financial
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
||||
use crate::container::Config;
|
||||
use crate::errors::*;
|
||||
use lazy_static;
|
||||
|
||||
Reference in New Issue
Block a user