Skip to content

Commit

Permalink
0.33.3: make spin dependency crates-based
Browse files Browse the repository at this point in the history
  • Loading branch information
psarna committed Jan 25, 2024
1 parent 7c8ef8f commit c7ef52d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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 = [
Expand Down

0 comments on commit c7ef52d

Please sign in to comment.