Skip to content

Commit

Permalink
Release 0.7.0 of Shim and 0.5.0 of client
Browse files Browse the repository at this point in the history
Signed-off-by: James Sturtevant <[email protected]>
  • Loading branch information
jsturtevant authored and mxpv committed Mar 13, 2024
1 parent b15a1dd commit 798ab74
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion crates/client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "containerd-client"
version = "0.4.0"
version = "0.5.0"
authors = [
"Maksym Pavlenko <[email protected]>",
"The containerd Authors",
Expand Down
2 changes: 1 addition & 1 deletion crates/runc-shim/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ path = "src/main.rs"
doc = false

[dependencies]
containerd-shim = { path = "../shim", version = "0.6.0", features = ["async"] }
containerd-shim = { path = "../shim", version = "0.7.0", features = ["async"] }
crossbeam = "0.8.1"
libc.workspace = true
log.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/shim-protos/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "containerd-shim-protos"
version = "0.6.0"
version = "0.7.0"
authors = [
"Maksym Pavlenko <[email protected]>",
"The containerd Authors",
Expand Down
4 changes: 2 additions & 2 deletions crates/shim/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "containerd-shim"
version = "0.6.0"
version = "0.7.0"
authors = [
"Maksym Pavlenko <[email protected]>",
"The containerd Authors",
Expand Down Expand Up @@ -33,7 +33,7 @@ name = "windows-log-reader"
path = "examples/windows_log_reader.rs"

[dependencies]
containerd-shim-protos = { path = "../shim-protos", version = "0.6.0" }
containerd-shim-protos = { path = "../shim-protos", version = "0.7.0" }
go-flag = "0.1.0"
lazy_static = "1.4.0"
libc.workspace = true
Expand Down

0 comments on commit 798ab74

Please sign in to comment.