Skip to content

Commit 4b8bd82

Browse files
committed
Bump shim protos and fix dependencies
Signed-off-by: Maksym Pavlenko <[email protected]>
1 parent 4e60e8a commit 4b8bd82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/shim-protos/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "containerd-shim-protos"
3-
version = "0.7.1"
3+
version = "0.7.2"
44
authors = [
55
"Maksym Pavlenko <[email protected]>",
66
"The containerd Authors",

crates/shim/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -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.1" }
37+
containerd-shim-protos = { path = "../shim-protos", version = "0.7.2" }
3838
go-flag = "0.1.0"
3939
lazy_static = "1.4.0"
4040
libc.workspace = true

0 commit comments

Comments
 (0)