Skip to content

Commit

Permalink
Bump up Spin 2.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Seungjin Kim <seungjin@duck.com>
  • Loading branch information
seungjin committed Nov 10, 2023
1 parent b92e67b commit 667c330
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 = "1.5", git = "https://github.com/fermyon/spin", tag = "v1.5.0", default-features = false, optional = true }
spin-sdk = { version = "2.0", git = "https://github.com/fermyon/spin", tag = "v2.0.0", default-features = false, optional = true }
sqlite3-parser = { version = "0.8.0", default-features = false, features = [ "YYNOERRORRECOVERY" ] }
http = { version = "0.2", optional = true }
bytes = { version = "1.4.0", optional = true }
Expand Down

0 comments on commit 667c330

Please sign in to comment.