Skip to content

Commit

Permalink
Merge pull request #754 from Mossaka/bump-crates-version
Browse files Browse the repository at this point in the history
release: bump up the containerd-shim-wasm crate version to v0.8.0
  • Loading branch information
Mossaka authored Dec 4, 2024
2 parents 16e5d0e + 30d4f80 commit a9b1afd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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 @@ -26,7 +26,7 @@ anyhow = "1.0"
cap-std = "1.0"
chrono = { version = "0.4", default-features = false, features = ["clock"] }
containerd-shim = "0.7.4"
containerd-shim-wasm = { path = "crates/containerd-shim-wasm", version = "0.7.0" }
containerd-shim-wasm = { path = "crates/containerd-shim-wasm", version = "0.8.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-wamr/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "containerd-shim-wamr"
version.workspace = true
version = "0.1.0"
edition.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

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.7.0"
version = "0.8.0"
edition.workspace = true
license.workspace = true
readme = "README.md"
Expand Down

0 comments on commit a9b1afd

Please sign in to comment.