mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-04-11 14:32:26 +00:00
Compare commits
11 Commits
burgerdev/
...
1.10.3
| 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"
|
slog-scope = "4.1.2"
|
||||||
scan_fmt = "0.2"
|
scan_fmt = "0.2"
|
||||||
regex = "1.1"
|
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::container::Config;
|
||||||
use crate::errors::*;
|
use crate::errors::*;
|
||||||
use lazy_static;
|
use lazy_static;
|
||||||
|
|||||||
Reference in New Issue
Block a user