Skip to content

Commit

Permalink
Cargo.toml: use main spin-sdk branch for our main branch
Browse files Browse the repository at this point in the history
... until spin-sdk 2.x or 3.x is released on crates.
  • Loading branch information
psarna committed Jan 23, 2024
1 parent a432666 commit 7c8ef8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ base64 = "0.21.0"
num-traits = "0.2.15"
serde_json = "1.0.91"
worker = { version = "0.0.18", optional = true }
spin-sdk = { version = "2.0", git = "https://github.com/fermyon/spin", tag = "v2.0.0", default-features = false, features = [
spin-sdk = { git = "https://github.com/fermyon/spin", default-features = false, features = [
"http",
], optional = true }
sqlite3-parser = { version = "0.12.0", default-features = false, features = [
Expand Down

0 comments on commit 7c8ef8f

Please sign in to comment.