Skip to content

Commit 967db26

Browse files
committed
Bump version for v0.4.0 release
Signed-off-by: Brian Hardock <[email protected]>
1 parent 8fdcfa1 commit 967db26

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name = "trigger-command"
33
version = { workspace = true }
44
authors = { workspace = true }
55
edition = { workspace = true }
6-
rust-version = "1.81"
6+
rust-version = "1.86"
77

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

spin-pluginify.toml

Lines changed: 1 addition & 1 deletion
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.3.2"
3+
version = "0.4.0"
44
spin_compatibility = ">=2.0"
55
license = "Apache-2.0"
66
package = "./target/release/trigger-command"

0 commit comments

Comments
 (0)