From c7ef52d1850266b13cd7a261817729c1fe12f69e Mon Sep 17 00:00:00 2001 From: Piotr Sarna Date: Thu, 25 Jan 2024 08:46:25 +0100 Subject: [PATCH] 0.33.3: make spin dependency crates-based --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c216fe8..b2f53fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libsql-client" -version = "0.33.2" +version = "0.33.3" edition = "2021" license = "Apache-2.0" description = "HTTP-based client for libSQL and sqld" @@ -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 = { git = "https://github.com/fermyon/spin", default-features = false, features = [ +spin-sdk = { version = "2.1", default-features = false, features = [ "http", ], optional = true } sqlite3-parser = { version = "0.12.0", default-features = false, features = [