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 4e60e8a commit 4b8bd82Copy full SHA for 4b8bd82
crates/shim-protos/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "containerd-shim-protos"
3
-version = "0.7.1"
+version = "0.7.2"
4
authors = [
5
"Maksym Pavlenko <[email protected]>",
6
"The containerd Authors",
crates/shim/Cargo.toml
@@ -34,7 +34,7 @@ name = "windows-log-reader"
34
path = "examples/windows_log_reader.rs"
35
36
[dependencies]
37
-containerd-shim-protos = { path = "../shim-protos", version = "0.7.1" }
+containerd-shim-protos = { path = "../shim-protos", version = "0.7.2" }
38
go-flag = "0.1.0"
39
lazy_static = "1.4.0"
40
libc.workspace = true
0 commit comments