Skip to content

Commit 3f3d754

Browse files
committed
Update toml files
Signed-off-by: tpmccallum <[email protected]>
1 parent 1d39fe8 commit 3f3d754

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "vault-variable-test"
3-
authors = ["tpmccallum <tim.mccallum@fermyon.com>"]
4-
description = "A simple application that returns query values from variable providers"
3+
authors = ["Fermyon Engineering <engineering@fermyon.com>"]
4+
description = "Vault Application Variable Provider Example"
55
version = "0.1.0"
66
edition = "2021"
77

@@ -10,6 +10,6 @@ crate-type = ["cdylib"]
1010

1111
[dependencies]
1212
anyhow = "1"
13-
spin-sdk = { git = "https://github.com/fermyon/spin", tag = "v2.1.0" }
13+
spin-sdk = { path = "../../sdk/rust" }
1414

1515
[workspace]

examples/vault-variable-test/spin.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ spin_manifest_version = 2
44
name = "vault-variable-test"
55
version = "0.1.0"
66
authors = ["Fermyon Engineering <[email protected]>"]
7-
description = "A simple application that returns query values from variable providers"
7+
description = "Vault Application Variable Provider Example"
88

99
[[trigger.http]]
1010
route = "/..."

0 commit comments

Comments
 (0)