Skip to content

Commit

Permalink
Fix shim dependency to shim-protos and bump to 0.7.3
Browse files Browse the repository at this point in the history
Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
  • Loading branch information
mxpv committed Oct 3, 2024
1 parent 32f8deb commit 202c756
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/shim/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "containerd-shim"
version = "0.7.2"
version = "0.7.3"
authors = [
"Maksym Pavlenko <pavlenko.maksym@gmail.com>",
"The containerd Authors",
Expand Down 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.0" }
containerd-shim-protos = { path = "../shim-protos", version = "0.7.1" }
go-flag = "0.1.0"
lazy_static = "1.4.0"
libc.workspace = true
Expand Down

0 comments on commit 202c756

Please sign in to comment.