Skip to content

Commit

Permalink
0.27.3: turn off default-features for spin-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
psarna committed Jun 21, 2023
1 parent 6ba07d2 commit b22d847
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 @@ -16,7 +16,7 @@ base64 = "0.21.0"
num-traits = "0.2.15"
serde_json = "1.0.91"
worker = { version = "0.0.12", optional = true }
spin-sdk = { version = "*", git = "https://github.com/fermyon/spin", tag = "v1.1.0", optional = true }
spin-sdk = { version = "1.3", git = "https://github.com/fermyon/spin", tag = "v1.3.0", default-features = false, optional = true }
http = { version = "0.2", optional = true }
bytes = { version = "1.4.0", optional = true }
anyhow = "1.0.69"
Expand Down

0 comments on commit b22d847

Please sign in to comment.