Skip to content

Commit 202c756

Browse files
committed
Fix shim dependency to shim-protos and bump to 0.7.3
Signed-off-by: Maksym Pavlenko <[email protected]>
1 parent 32f8deb commit 202c756

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/shim/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "containerd-shim"
3-
version = "0.7.2"
3+
version = "0.7.3"
44
authors = [
55
"Maksym Pavlenko <[email protected]>",
66
"The containerd Authors",
@@ -34,7 +34,7 @@ name = "windows-log-reader"
3434
path = "examples/windows_log_reader.rs"
3535

3636
[dependencies]
37-
containerd-shim-protos = { path = "../shim-protos", version = "0.7.0" }
37+
containerd-shim-protos = { path = "../shim-protos", version = "0.7.1" }
3838
go-flag = "0.1.0"
3939
lazy_static = "1.4.0"
4040
libc.workspace = true

0 commit comments

Comments
 (0)