Skip to content

Commit e86cf90

Browse files
authored
Merge pull request #180 from jsturtevant/release-shim
Bump the version for shim protos and containerd-shim
2 parents 621ebbb + fd1b235 commit e86cf90

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

crates/runc-shim/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ async-trait = { workspace = true }
3939
tokio = { workspace = true, features = ["full"] }
4040
futures = { workspace = true }
4141

42-
containerd-shim = { path = "../shim", version = "0.4.0", features = ["async"] }
42+
containerd-shim = { path = "../shim", version = "0.5.0", features = ["async"] }
4343
runc = { path = "../runc", version = "0.2.0", features = ["async"] }

crates/shim-protos/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "containerd-shim-protos"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
authors = ["Maksym Pavlenko <[email protected]>", "The containerd Authors"]
55
description = "TTRPC bindings for containerd shim interfaces"
66
keywords = ["containerd", "shim", "containers", "ttrpc", "client"]

crates/shim/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "containerd-shim"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
authors = ["Maksym Pavlenko <[email protected]>", "The containerd Authors"]
55
keywords = ["containerd", "shim", "containers"]
66
description = "containerd shim extension"
@@ -38,7 +38,7 @@ prctl = "1.0.0"
3838
page_size = "0.6.0"
3939
regex = "1"
4040

41-
containerd-shim-protos = { path = "../shim-protos", version = "0.4.0" }
41+
containerd-shim-protos = { path = "../shim-protos", version = "0.5.0" }
4242

4343
async-trait = { workspace = true, optional = true }
4444
tokio = { workspace = true, features = ["full"], optional = true }

0 commit comments

Comments
 (0)