Skip to content

Commit e251de3

Browse files
committed
Bump containerd-shim-crate version to 0.1.1
0.1.0 was already published while testing our release pipeline but the crate was incorrect. I yanked the crate but can no longer publish that version. So bump the crate version and try again. Signed-off-by: Brian Goff <cpuguy83@gmail.com>
1 parent 4af58b2 commit e251de3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/containerd-shim-wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "containerd-shim-wasm"
33
description = "Library for building containerd shims for wasm"
4-
version = "0.1.0"
4+
version = "0.1.1"
55
edition.workspace = true
66
license.workspace = true
77
readme.workspace = true

0 commit comments

Comments
 (0)