Skip to content
This repository was archived by the owner on Jul 14, 2025. It is now read-only.

Commit 95e0dce

Browse files
authored
chore: bump version to 0.9.2 (#172)
* chore: bump version to 0.9.2 Signed-off-by: jiaxiao zhou <[email protected]> * chore: use 0.4 tag of containerd-shim-wasm crate Signed-off-by: jiaxiao zhou <[email protected]> --------- Signed-off-by: jiaxiao zhou <[email protected]>
1 parent 6ca8df8 commit 95e0dce

File tree

18 files changed

+163
-235
lines changed

18 files changed

+163
-235
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace.package]
2-
version = "0.9.1"
2+
version = "0.9.2"
33
edition = "2021"
44
license = "Apache-2.0"
55
readme = "README.md"

containerd-shim-lunatic-v1/Cargo.lock

Lines changed: 42 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

containerd-shim-lunatic-v1/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "containerd-shim-lunatic-v1"
3-
version = "0.1.0"
3+
version = "0.9.2"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9-
containerd-shim-wasm = { git = "https://github.com/containerd/runwasi", rev = "5a0a47a9ad79f7ae19153897486b8621c8d6a58e" }
9+
containerd-shim-wasm = { git = "https://github.com/containerd/runwasi", tag = "containerd-shim-wasm/v0.4.0" }
1010
log = "~0.4"
1111
anyhow = "1.0.72"
1212
chrono = { version = "0.4.26", features = ["std"] }

containerd-shim-lunatic-v1/build.rs

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)