Skip to content

Commit

Permalink
chore: bump version to 0.9.2 (#172)
Browse files Browse the repository at this point in the history
* chore: bump version to 0.9.2

Signed-off-by: jiaxiao zhou <jiazho@microsoft.com>

* chore: use 0.4 tag of containerd-shim-wasm crate

Signed-off-by: jiaxiao zhou <jiazho@microsoft.com>

---------

Signed-off-by: jiaxiao zhou <jiazho@microsoft.com>
  • Loading branch information
Mossaka committed Oct 31, 2023
1 parent 6ca8df8 commit 95e0dce
Show file tree
Hide file tree
Showing 18 changed files with 163 additions and 235 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "0.9.1"
version = "0.9.2"
edition = "2021"
license = "Apache-2.0"
readme = "README.md"
Expand Down
75 changes: 42 additions & 33 deletions containerd-shim-lunatic-v1/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 containerd-shim-lunatic-v1/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "containerd-shim-lunatic-v1"
version = "0.1.0"
version = "0.9.2"
edition = "2021"

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

[dependencies]
containerd-shim-wasm = { git = "https://github.com/containerd/runwasi", rev = "5a0a47a9ad79f7ae19153897486b8621c8d6a58e" }
containerd-shim-wasm = { git = "https://github.com/containerd/runwasi", tag = "containerd-shim-wasm/v0.4.0" }
log = "~0.4"
anyhow = "1.0.72"
chrono = { version = "0.4.26", features = ["std"] }
Expand Down
24 changes: 0 additions & 24 deletions containerd-shim-lunatic-v1/build.rs

This file was deleted.

Loading

0 comments on commit 95e0dce

Please sign in to comment.