File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ path = "src/main.rs"
25
25
doc = false
26
26
27
27
[dependencies ]
28
- containerd-shim = { path = " ../shim" , version = " 0.5 .0" , features = [" async" ] }
28
+ containerd-shim = { path = " ../shim" , version = " 0.6 .0" , features = [" async" ] }
29
29
crossbeam = " 0.8.1"
30
30
libc.workspace = true
31
31
log.workspace = true
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " containerd-shim-protos"
3
- version = " 0.5 .0"
3
+ version = " 0.6 .0"
4
4
authors = [
5
5
" Maksym Pavlenko <pavlenko.maksym@gmail.com>" ,
6
6
" The containerd Authors" ,
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " containerd-shim"
3
- version = " 0.5 .0"
3
+ version = " 0.6 .0"
4
4
authors = [
5
5
" Maksym Pavlenko <pavlenko.maksym@gmail.com>" ,
6
6
" The containerd Authors" ,
@@ -33,7 +33,7 @@ name = "windows-log-reader"
33
33
path = " examples/windows_log_reader.rs"
34
34
35
35
[dependencies ]
36
- containerd-shim-protos = { path = " ../shim-protos" , version = " 0.5 .0" }
36
+ containerd-shim-protos = { path = " ../shim-protos" , version = " 0.6 .0" }
37
37
go-flag = " 0.1.0"
38
38
lazy_static = " 1.4.0"
39
39
libc.workspace = true
You can’t perform that action at this time.
0 commit comments