Skip to content

Commit a384cc0

Browse files
committed
chore: bump containerd-shim-wasm to v0.10.0
- update containerd-shim-wasm to v0.10.0 - update rust toolchain to 1.85.0 Signed-off-by: Jiaxiao (mossaka) Zhou <[email protected]>
1 parent 6e61b39 commit a384cc0

File tree

3 files changed

+60
-48
lines changed

3 files changed

+60
-48
lines changed

Cargo.lock

Lines changed: 58 additions & 46 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.9.0", default-features = false, features = ["opentelemetry"]}
14+
containerd-shim-wasm = { version ="0.10.0", default-features = false, features = ["opentelemetry"]}
1515
http = "1"
1616
log = "0.4"
1717
spin-app = { git = "https://github.com/fermyon/spin", tag = "v3.1.2" }

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[toolchain]
2-
channel = "1.81.0"
2+
channel = "1.85.0"
33
components = ["clippy", "rustfmt"]
44
targets = ["wasm32-wasi", "wasm32-unknown-unknown"]
55
profile = "default"

0 commit comments

Comments
 (0)