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

Commit 5482db8

Browse files
committed
Update to simd-json 0.4
Signed-off-by: Heinz N. Gies <[email protected]>
1 parent 0fc6cc6 commit 5482db8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ rustc-serialize = { version = "0.3", optional = true }
1313
serde = { version = "1.0", features = ["derive"], optional = true }
1414
serde-bench = { version = "0.0.7", optional = true }
1515
serde_json = { version = "1.0", optional = true }
16-
simd-json = { version = "0.3", optional = true }
17-
simd-json-derive = { version = "0.1", optional = true }
16+
simd-json = { version = "0.4", optional = true }
17+
simd-json-derive = { version = "0.2", optional = true }
1818
time = "0.1"
1919

2020
[features]

0 commit comments

Comments
 (0)