Skip to content

Commit

Permalink
Merge pull request #376 from Mossaka/add-containerd-shim-wasn-version
Browse files Browse the repository at this point in the history
chore: bump patch version of shims and add containerd-shim-wasm version
  • Loading branch information
Mossaka authored Oct 31, 2023
2 parents f3bc0c4 + d6f4b6f commit 50ae2f2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ resolver = "2"

[workspace.package]
edition = "2021"
version = "0.3.0"
version = "0.3.1"
license = "Apache-2.0"
readme = "README.md"
repository = "https://github.com/containerd/runwasi"
Expand All @@ -23,8 +23,8 @@ anyhow = "1.0"
cap-std = "1.0"
chrono = { version = "0.4", default-features = false, features = ["clock"] }
containerd-shim = "0.6.0"
containerd-shim-wasm = { path = "crates/containerd-shim-wasm" }
containerd-shim-wasm-test-modules = { path = "crates/containerd-shim-wasm-test-modules", version = "0.3.0"}
containerd-shim-wasm = { path = "crates/containerd-shim-wasm", version = "0.4.0" }
containerd-shim-wasm-test-modules = { path = "crates/containerd-shim-wasm-test-modules", version = "0.3.1"}
crossbeam = { version = "0.8.2", default-features = false }
env_logger = "0.10"
libc = "0.2.149"
Expand Down

0 comments on commit 50ae2f2

Please sign in to comment.