We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32f8deb commit 202c756Copy full SHA for 202c756
crates/shim/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "containerd-shim"
3
-version = "0.7.2"
+version = "0.7.3"
4
authors = [
5
"Maksym Pavlenko <[email protected]>",
6
"The containerd Authors",
@@ -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.0" }
+containerd-shim-protos = { path = "../shim-protos", version = "0.7.1" }
38
go-flag = "0.1.0"
39
lazy_static = "1.4.0"
40
libc.workspace = true
0 commit comments