Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ rust-version = "1.86"

[workspace.package]
version = "0.4.1"
authors = ["Radu Matei <radu@fermyon.com>"]
authors = ["Spin Framework Contributors"]
edition = "2021"

[workspace]
Expand Down
2 changes: 1 addition & 1 deletion examples/async/spin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ spin_manifest_version = 2
[application]
name = "cron"
version = "0.1.0"
authors = ["Thorsten Hans <thorsten.hans@fermyon.com>"]
authors = ["Spin Framework Contributors"]
description = ""

[[trigger.command]]
Expand Down
2 changes: 1 addition & 1 deletion examples/hello-world/spin.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
spin_manifest_version = 2

[application]
authors = ["Mikkel Mørk Hegnhøj <mikkel@fermyon.com>"]
authors = ["Spin Framework Contributors"]
description = "Just a command trigger"
name = "command-trigger-hello-world"
version = "0.1.0"
Expand Down
Loading