Skip to content

Commit

Permalink
0.33.4: spin-sdk::json
Browse files Browse the repository at this point in the history
  • Loading branch information
psarna committed Jan 25, 2024
1 parent c7ef52d commit 57a81f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libsql-client"
version = "0.33.3"
version = "0.33.4"
edition = "2021"
license = "Apache-2.0"
description = "HTTP-based client for libSQL and sqld"
Expand All @@ -17,6 +17,7 @@ serde_json = "1.0.91"
worker = { version = "0.0.18", optional = true }
spin-sdk = { version = "2.1", default-features = false, features = [
"http",
"json",
], optional = true }
sqlite3-parser = { version = "0.12.0", default-features = false, features = [
"YYNOERRORRECOVERY",
Expand Down

0 comments on commit 57a81f3

Please sign in to comment.