Skip to content

Commit 63ba57a

Browse files
authored
Merge pull request #57 from spinframework/bump-0.3.0
Bump version to 0.3.0 for trigger-command
2 parents 585502e + e0dded0 commit 63ba57a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = { workspace = true }
66
rust-version = "1.81"
77

88
[workspace.package]
9-
version = "0.2.2"
9+
version = "0.3.0"
1010
authors = ["Radu Matei <[email protected]>"]
1111
edition = "2021"
1212

spin-pluginify.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "trigger-command"
22
description = "A Spin trigger that executes the WASI main function of a component."
3-
version = "0.2.2"
3+
version = "0.3.0"
44
spin_compatibility = ">=2.0"
55
license = "Apache-2.0"
66
package = "./target/release/trigger-command"

0 commit comments

Comments
 (0)