Skip to content

Commit

Permalink
Merge pull request #521 from jsturtevant/update-rust-extensions-0.7.1
Browse files Browse the repository at this point in the history
Update rust-extensions to 0.7.1
  • Loading branch information
cpuguy83 committed Mar 19, 2024
2 parents b6b2639 + bb0aaac commit c04170e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 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 @@ -22,7 +22,7 @@ homepage = "https://github.com/containerd/runwasi"
anyhow = "1.0"
cap-std = "1.0"
chrono = { version = "0.4", default-features = false, features = ["clock"] }
containerd-shim = { git = "https://github.com/containerd/rust-extensions", rev = "6b9e5b28be2870731a18ca83c13e63a98f35e149" }
containerd-shim = "0.7.1"
containerd-shim-wasm = { path = "crates/containerd-shim-wasm", version = "0.5.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" }
Expand Down

0 comments on commit c04170e

Please sign in to comment.