Skip to content

Commit ec7bca5

Browse files
wyhayahaaawk
authored andcommitted
Fix JSON f64 precision
1 parent b97d37d commit ec7bca5

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)