Skip to content

Commit

Permalink
fix some bugs on the Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: jiaxiao zhou <jiazho@microsoft.com>
  • Loading branch information
Mossaka committed Nov 7, 2023
1 parent cd15936 commit e6dbc5b
Show file tree
Hide file tree
Showing 8 changed files with 711 additions and 270 deletions.
4 changes: 2 additions & 2 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 containerd-shim-lunatic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ 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", tag = "containerd-shim-wasm/v0.4.0" }
containerd-shim-wasm = { git = "https://github.com/mossaka/runwasi", rev = "7154571bc284ae7f9f7147d9288900bd97f628e4" }
log = "~0.4"
anyhow = "1.0.72"
chrono = { version = "0.4.26", features = ["std"] }
Expand Down
Loading

0 comments on commit e6dbc5b

Please sign in to comment.