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]
|
[package]
|
||||||
name = "containerd-shim"
|
name = "containerd-shim"
|
||||||
version = "0.1.1"
|
version = "0.2.0"
|
||||||
authors = ["Maksym Pavlenko <pavlenko.maksym@gmail.com>", "The containerd Authors"]
|
authors = ["Maksym Pavlenko <pavlenko.maksym@gmail.com>", "The containerd Authors"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
|
@ -17,7 +17,7 @@ libc = "0.2.95"
|
||||||
nix = "0.23.1"
|
nix = "0.23.1"
|
||||||
command-fds = "0.2.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]
|
[dev-dependencies]
|
||||||
tempfile = "3.0"
|
tempfile = "3.0"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue