We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b9e5b2 commit c696ce4Copy full SHA for c696ce4
crates/runc-shim/Cargo.toml
@@ -25,7 +25,7 @@ path = "src/main.rs"
25
doc = false
26
27
[dependencies]
28
-containerd-shim = { path = "../shim", version = "0.7.0", features = ["async"] }
+containerd-shim = { path = "../shim", version = "0.7.1", features = ["async"] }
29
crossbeam = "0.8.1"
30
libc.workspace = true
31
log.workspace = true
crates/shim/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "containerd-shim"
3
-version = "0.7.0"
+version = "0.7.1"
4
authors = [
5
"Maksym Pavlenko <pavlenko.maksym@gmail.com>",
6
"The containerd Authors",
0 commit comments