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 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 = ["Fermyon Engineering <[email protected]>"]
authors = ["The Spin authors"]
description = "A simple application that returns hello."
name = "hello-world"
version = "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/http-outbound/spin.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
spin_manifest_version = 2

[application]
authors = ["Fermyon Engineering <[email protected]>"]
authors = ["The Spin authors"]
description = "Demonstrates outbound HTTP calls"
name = "outbound-http"
version = "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/http-router-macro/spin.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
spin_manifest_version = 2

[application]
authors = ["Fermyon Engineering <[email protected]>"]
authors = ["The Spin authors"]
description = "An application that demonstrates HTTP routing."
name = "spin-rust-router"
version = "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/http-router/spin.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
spin_manifest_version = 2

[application]
authors = ["Fermyon Engineering <[email protected]>"]
authors = ["The Spin authors"]
description = "An application that demonstrates HTTP routing."
name = "spin-rust-router"
version = "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/json-http/spin.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
spin_manifest_version = 2

[application]
authors = ["Fermyon Engineering <[email protected]>"]
authors = ["The Spin authors"]
description = "An application which parses a JSON POST body."
name = "json-http-rust"
version = "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/key-value/spin.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
spin_manifest_version = 2

[application]
authors = ["Fermyon Engineering <[email protected]>"]
authors = ["The Spin authors"]
description = "A simple application that exercises key-value storage."
name = "spin-key-value"
version = "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/postgres-v3/spin.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
spin_manifest_version = 2

[application]
authors = ["Fermyon Engineering <[email protected]>"]
authors = ["The Spin authors"]
name = "rust-outbound-pg-v3-example"
version = "0.1.0"

Expand Down
2 changes: 1 addition & 1 deletion examples/postgres-v4/spin.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
spin_manifest_version = 2

[application]
authors = ["Fermyon Engineering <[email protected]>"]
authors = ["The Spin authors"]
name = "rust-outbound-pg-v4-example"
version = "0.1.0"

Expand Down
2 changes: 1 addition & 1 deletion examples/postgres/spin.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
spin_manifest_version = 2

[application]
authors = ["Fermyon Engineering <[email protected]>"]
authors = ["The Spin authors"]
name = "rust-outbound-pg-example"
version = "0.1.0"

Expand Down
2 changes: 1 addition & 1 deletion examples/redis-async/spin.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
spin_manifest_version = 2

[application]
authors = ["Fermyon Engineering <[email protected]>"]
authors = ["The Spin authors"]
description = "An async redis application."
name = "async-spin-redis"
version = "0.1.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/redis-outbound/spin.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
spin_manifest_version = 2

[application]
authors = ["Fermyon Engineering <[email protected]>"]
authors = ["The Spin authors"]
name = "rust-outbound-redis-example"
version = "0.1.0"

Expand Down
2 changes: 1 addition & 1 deletion examples/redis/spin.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
spin_manifest_version = 2

[application]
authors = ["Fermyon Engineering <[email protected]>"]
authors = ["The Spin authors"]
description = "A redis application."
name = "spin-redis"
version = "0.1.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/variables/spin.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
spin_manifest_version = 2

[application]
authors = ["Fermyon Engineering <[email protected]>"]
authors = ["The Spin authors"]
description = "A Spin Rust application demonstrating the variables sdk."
name = "spin-variables-rust"
version = "0.1.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/wasi-http-streaming-file/spin.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
spin_manifest_version = 2

[application]
authors = ["Fermyon Engineering <[email protected]>"]
authors = ["The Spin authors"]
description = "An application that streams a chunked file as an HTTP response"
name = "spin-wasi-http-streaming-file"
version = "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/wasi-http-streaming-outgoing-body/spin.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
spin_manifest_version = 2

[application]
authors = ["Fermyon Engineering <[email protected]>"]
authors = ["The Spin authors"]
description = "An application that makes concurrent outbound HTTP requests."
name = "spin-wasi-http-async"
version = "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/wasip3-http-axum-router/spin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ spin_manifest_version = 2
[application]
name = "axum-router"
version = "0.1.0"
authors = ["Fermyon Engineering <[email protected]>"]
authors = ["The Spin authors"]
description = "An example application using axum"

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

[application]
authors = ["Fermyon Engineering <[email protected]>"]
authors = ["The Spin authors"]
description = "An application that returns hello."
name = "hello-world"
version = "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/wasip3-http-send-request/spin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
spin_manifest_version = 2

[application]
authors = ["Fermyon Engineering <[email protected]>"]
authors = ["The Spin authors"]
description = "An application that sends an HTTP request"
name = "send-request"
version = "1.0.0"
Expand Down