Skip to content

Commit 7c8ef8f

Browse files
committed
Cargo.toml: use main spin-sdk branch for our main branch
... until spin-sdk 2.x or 3.x is released on crates.
1 parent a432666 commit 7c8ef8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ base64 = "0.21.0"
1515
num-traits = "0.2.15"
1616
serde_json = "1.0.91"
1717
worker = { version = "0.0.18", optional = true }
18-
spin-sdk = { version = "2.0", git = "https://github.com/fermyon/spin", tag = "v2.0.0", default-features = false, features = [
18+
spin-sdk = { git = "https://github.com/fermyon/spin", default-features = false, features = [
1919
"http",
2020
], optional = true }
2121
sqlite3-parser = { version = "0.12.0", default-features = false, features = [

0 commit comments

Comments
 (0)