forked from deislabs/containerd-wasm-shims
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update to the main tip of runwasi and libcontainer (deislabs#138)
* chore: update to the main tip of runwasi and libcontainer Signed-off-by: jiaxiao zhou <[email protected]>
- Loading branch information
Showing
34 changed files
with
2,545 additions
and
2,330 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,15 @@ | ||
[package] | ||
name = "containerd-wasm-shims-tests" | ||
version = "0.7.0" | ||
[workspace.package] | ||
version = "0.9.0" | ||
edition = "2021" | ||
license = "Apache-2.0" | ||
readme = "README.md" | ||
repository = "https://github.com/deislabs/containerd-wasm-shims" | ||
homepage = "https://github.com/deislabs/containerd-wasm-shims" | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[dependencies] | ||
|
||
[dev-dependencies] | ||
anyhow = "1" | ||
tokio = { version = "1", features = ["full"] } | ||
kube = { version = "0.82.0", features = ["runtime", "derive"] } | ||
k8s-openapi = { version = "0.18.0", features = ["v1_25"] } | ||
http = "0.2" | ||
tower = "0.4" | ||
hyper = "0.14" | ||
curl = "0.4" | ||
rand = "0.8" | ||
[workspace] | ||
resolver = "2" | ||
members = [ | ||
"utils", | ||
"tests" | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.