Skip to content

Commit

Permalink
Merge pull request #678 from Mossaka/bump-v0.7.0
Browse files Browse the repository at this point in the history
Release containerd-shim-wasm: bump version to 0.7.0
  • Loading branch information
Mossaka authored Oct 2, 2024
2 parents c8e2c58 + 8c51ab0 commit c41268a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 @@ -24,7 +24,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.6.0" }
containerd-shim-wasm = { path = "crates/containerd-shim-wasm", version = "0.7.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.6.0"
version = "0.7.0"
edition.workspace = true
license.workspace = true
readme = "README.md"
Expand Down

0 comments on commit c41268a

Please sign in to comment.