Skip to content

Commit

Permalink
relase: batch-bump minor version of shims and core crate
Browse files Browse the repository at this point in the history
Signed-off-by: jiaxiao zhou <jiazho@microsoft.com>
  • Loading branch information
Mossaka committed May 22, 2024
1 parent d3d9758 commit 5f4fb6c
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ anyhow = "1.0"
cap-std = "1.0"
chrono = { version = "0.4", default-features = false, features = ["clock"] }
containerd-shim = "0.7.1"
containerd-shim-wasm = { path = "crates/containerd-shim-wasm", version = "0.5.0" }
containerd-shim-wasm = { path = "crates/containerd-shim-wasm", version = "0.6.0" }
containerd-shim-wasm-test-modules = { path = "crates/containerd-shim-wasm-test-modules", version = "0.4.0"}
oci-tar-builder = { path = "crates/oci-tar-builder", version = "0.4.0" }
crossbeam = { version = "0.8.4", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion crates/containerd-shim-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "containerd-shim-wasm"
description = "Library for building containerd shims for wasm"
version = "0.5.0"
version = "0.6.0"
edition.workspace = true
license.workspace = true
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion crates/containerd-shim-wasmedge/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "containerd-shim-wasmedge"
version = "0.4.0"
version = "0.5.0"
edition.workspace = true

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/containerd-shim-wasmer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "containerd-shim-wasmer"
version = "0.4.0"
version = "0.5.0"
edition.workspace = true

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/containerd-shim-wasmtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "containerd-shim-wasmtime"
version = "0.4.0"
version = "0.5.0"
edition.workspace = true

[dependencies]
Expand Down

0 comments on commit 5f4fb6c

Please sign in to comment.