Skip to content

Commit 3421d20

Browse files
authored
Merge pull request #314 from spinframework/bump-v1
chore: bump the containerd-shim-wasm to 1.0.0
2 parents 8e1d4a3 + 1ee496e commit 3421d20

File tree

2 files changed

+45
-56
lines changed

2 files changed

+45
-56
lines changed

Cargo.lock

Lines changed: 44 additions & 55 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 = "1.0.0-rc.1", default-features = false, features = ["opentelemetry"]}
14+
containerd-shim-wasm = { version = "1.0.0", default-features = false, features = ["opentelemetry"]}
1515
log = "0.4"
1616
spin-app = { git = "https://github.com/spinframework/spin", tag = "v3.2.0" }
1717
spin-componentize = { git = "https://github.com/spinframework/spin", tag = "v3.2.0" }

0 commit comments

Comments
 (0)