Bump shim to 0.2.0
Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
This commit is contained in:
parent
559bf7bc8d
commit
f43b11df48
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "containerd-shim"
|
||||
version = "0.1.1"
|
||||
version = "0.2.0"
|
||||
authors = ["Maksym Pavlenko <pavlenko.maksym@gmail.com>", "The containerd Authors"]
|
||||
edition = "2018"
|
||||
license = "Apache-2.0"
|
||||
|
|
@ -17,7 +17,7 @@ libc = "0.2.95"
|
|||
nix = "0.23.1"
|
||||
command-fds = "0.2.1"
|
||||
|
||||
containerd-shim-protos = { path = "../shim-protos", version = "0.1.0" }
|
||||
containerd-shim-protos = { path = "../shim-protos", version = "0.1.2" }
|
||||
|
||||
[dev-dependencies]
|
||||
tempfile = "3.0"
|
||||
|
|
|
|||
Loading…
Reference in New Issue