We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e7de104 + ec7bca5 commit 2c40df2Copy full SHA for 2c40df2
libsql/Cargo.toml
@@ -20,7 +20,7 @@ hyper = { workspace = true, features = ["client", "stream"], optional = true }
20
hyper-rustls = { version = "0.25", features = ["webpki-roots"], optional = true }
21
base64 = { version = "0.21", optional = true }
22
serde = { version = "1", features = ["derive"], optional = true }
23
-serde_json = { version = "1", optional = true }
+serde_json = { version = "1", features = ["float_roundtrip"], optional = true }
24
async-trait = "0.1"
25
bitflags = { version = "2.4.0", optional = true }
26
tower = { workspace = true, features = ["util"], optional = true }
0 commit comments