Skip to content

Commit 2c40df2

Browse files
authored
Merge pull request #1647 from wyhaya/main
Fix JSON Number(f64) precision
2 parents e7de104 + ec7bca5 commit 2c40df2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libsql/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ hyper = { workspace = true, features = ["client", "stream"], optional = true }
2020
hyper-rustls = { version = "0.25", features = ["webpki-roots"], optional = true }
2121
base64 = { version = "0.21", optional = true }
2222
serde = { version = "1", features = ["derive"], optional = true }
23-
serde_json = { version = "1", optional = true }
23+
serde_json = { version = "1", features = ["float_roundtrip"], optional = true }
2424
async-trait = "0.1"
2525
bitflags = { version = "2.4.0", optional = true }
2626
tower = { workspace = true, features = ["util"], optional = true }

0 commit comments

Comments
 (0)