Skip to content

Commit 908275c

Browse files
committed
Update Spin to v0.6
Signed-off-by: Radu Matei <[email protected]>
1 parent f348a66 commit 908275c

File tree

2 files changed

+33
-110
lines changed

2 files changed

+33
-110
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
2-
name = "spin-static-fs"
2+
name = "spin-static-fs"
33
version = "0.1.0"
44
edition = "2021"
5-
authors = [ "Radu Matei <[email protected]>" ]
5+
authors = ["Radu Matei <[email protected]>"]
66

77
[lib]
8-
crate-type = [ "cdylib" ]
8+
crate-type = ["cdylib"]
99

1010
[dependencies]
1111
# Helpful crate to manage errors.
@@ -19,8 +19,8 @@ http = "0.2"
1919
# Helper to guess the media type based on the file extension.
2020
mime_guess = "2.0"
2121
# The Spin SDK.
22-
spin-sdk = { git = "https://github.com/fermyon/spin", rev = "4c6ec40ef8b518c1e901a476c752ad961525bef8" }
22+
spin-sdk = { git = "https://github.com/fermyon/spin", tag = "v0.6.0" }
2323
# The wit-bindgen-rust dependency generates bindings for interfaces.
24-
wit-bindgen-rust = { git = "https://github.com/bytecodealliance/wit-bindgen", rev = "dde4694aaa6acf9370206527a798ac4ba6a8c5b8" }
24+
wit-bindgen-rust = { git = "https://github.com/bytecodealliance/wit-bindgen", rev = "cb871cfa1ee460b51eb1d144b175b9aab9c50aba" }
2525

2626
[workspace]

0 commit comments

Comments
 (0)