Skip to content
This repository was archived by the owner on May 20, 2024. It is now read-only.

Commit a264507

Browse files
committed
Update simd-json
Signed-off-by: Heinz N. Gies <[email protected]>
1 parent 342987f commit a264507

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Cargo.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ jemallocator = "0.5"
1212
rustc-serialize = { version = "0.3", optional = true }
1313
serde = { version = "1.0", features = ["derive"], optional = true }
1414
serde_json = { version = "1.0", optional = true }
15-
simd-json = { version = "0.7", optional = true }
16-
simd-json-derive = { version = "0.7", optional = true }
15+
time = "0.3"
16+
simd-json = { version = "0.12", optional = true }
17+
simd-json-derive = { version = "0.12", optional = true }
1718

1819
[features]
1920
default = ["performance", "all-libs", "all-files"]

0 commit comments

Comments
 (0)