Skip to content

Commit

Permalink
Bump shim protos and fix dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Maksym Pavlenko <[email protected]>
  • Loading branch information
mxpv committed Oct 4, 2024
1 parent 4e60e8a commit 4b8bd82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/shim-protos/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "containerd-shim-protos"
version = "0.7.1"
version = "0.7.2"
authors = [
"Maksym Pavlenko <[email protected]>",
"The containerd Authors",
Expand Down
2 changes: 1 addition & 1 deletion crates/shim/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ name = "windows-log-reader"
path = "examples/windows_log_reader.rs"

[dependencies]
containerd-shim-protos = { path = "../shim-protos", version = "0.7.1" }
containerd-shim-protos = { path = "../shim-protos", version = "0.7.2" }
go-flag = "0.1.0"
lazy_static = "1.4.0"
libc.workspace = true
Expand Down

0 comments on commit 4b8bd82

Please sign in to comment.