Fix shim dependency to shim-protos and bump to 0.7.3
Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
This commit is contained in:
parent
32f8deb6e4
commit
202c756d26
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "containerd-shim"
|
name = "containerd-shim"
|
||||||
version = "0.7.2"
|
version = "0.7.3"
|
||||||
authors = [
|
authors = [
|
||||||
"Maksym Pavlenko <pavlenko.maksym@gmail.com>",
|
"Maksym Pavlenko <pavlenko.maksym@gmail.com>",
|
||||||
"The containerd Authors",
|
"The containerd Authors",
|
||||||
|
|
@ -34,7 +34,7 @@ name = "windows-log-reader"
|
||||||
path = "examples/windows_log_reader.rs"
|
path = "examples/windows_log_reader.rs"
|
||||||
|
|
||||||
[dependencies]
|
[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"
|
go-flag = "0.1.0"
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
libc.workspace = true
|
libc.workspace = true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue