Skip to content

Commit 67e4681

Browse files
authored
Merge pull request #49 from vdice/chore/release-prep-0.2.0
chore(*): release prep for 0.2.0
2 parents 3305bb7 + 4712320 commit 67e4681

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ http = "0.2"
2626
mime_guess = "2.0"
2727
sha2 = "0.10.8"
2828
# The Spin SDK.
29-
spin-sdk = { git = "https://github.com/fermyon/spin" }
29+
spin-sdk = { git = "https://github.com/fermyon/spin", tag = "v2.0.1" }
3030

3131
[workspace]
3232

spin.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ spin_manifest_version = 2
22

33
[application]
44
name = "spin-static-fs"
5-
version = "0.1.0"
5+
version = "0.2.0"
66
description = "A simple static server for Spin."
77
authors = ["Fermyon Engineering <[email protected]>"]
88

0 commit comments

Comments
 (0)