Skip to content

Commit

Permalink
Merge pull request #224 from Mossaka/update-containerd-shim
Browse files Browse the repository at this point in the history
  • Loading branch information
cpuguy83 authored Aug 3, 2023
2 parents 5b31b7a + 3b4e430 commit 1af5879
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
20 changes: 11 additions & 9 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ members = [

[workspace.package]
edition = "2021"
version = "0.1.0"
version = "0.1.1"
license = "Apache-2.0"
readme = "README.md"
repository = "https://github.com/containerd/runwasi"
Expand All @@ -23,7 +23,7 @@ serde_json = "1.0"
env_logger = "0.10"
log = "0.4"
tar = "0.4"
containerd-shim = {git = "https://github.com/containerd/rust-extensions", rev = "7f7e3117a6ecb49e5e3b48b4f457a4914d2f2b93" }
containerd-shim = "0.4.0"
ttrpc = "0.8.0"
chrono = { version = "0.4", default-features = false, features = ["clock"] }
nix = "0.26"
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.2.0"
version = "0.2.1"
edition.workspace = true
license.workspace = true
readme = "README.md"
Expand Down

0 comments on commit 1af5879

Please sign in to comment.