Skip to content

Commit 2dd59d7

Browse files
committed
Update the containerd-shim-wasm to v1.0.0-rc.1
Signed-off-by: Jiaxiao (mossaka) Zhou <[email protected]>
1 parent 69dac2c commit 2dd59d7

File tree

7 files changed

+172
-153
lines changed

7 files changed

+172
-153
lines changed

Cargo.lock

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

containerd-shim-spin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Containerd shim for running Spin workloads.
1111
"""
1212

1313
[dependencies]
14-
containerd-shim-wasm = { version ="0.10.0", default-features = false, features = ["opentelemetry"]}
14+
containerd-shim-wasm = { version = "1.0.0-rc.1", default-features = false, features = ["opentelemetry"]}
1515
http = "1"
1616
log = "0.4"
1717
spin-app = { git = "https://github.com/spinframework/spin", tag = "v3.2.0" }

0 commit comments

Comments
 (0)