From b22d847493be15fabe91b0827c527ec7fcca458a Mon Sep 17 00:00:00 2001 From: Piotr Sarna Date: Wed, 21 Jun 2023 15:47:35 +0200 Subject: [PATCH] 0.27.3: turn off default-features for spin-sdk --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b0a0c93..d5f600b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"