Skip to content

Commit e6133c9

Browse files
Update to a current version of lexical-parse-float (#182)
1 parent 5f208ea commit e6133c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/jiter/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ num-traits = "0.2.16"
1717
ahash = "0.8.0"
1818
smallvec = "1.11.0"
1919
pyo3 = { workspace = true, optional = true }
20-
lexical-parse-float = { version = "0.8.5", features = ["format"] }
20+
lexical-parse-float = { version = "1.0.5", features = ["format"] }
2121
bitvec = "1.0.1"
2222

2323
[features]

0 commit comments

Comments
 (0)