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

Commit

Permalink
Update simd-json
Browse files Browse the repository at this point in the history
Signed-off-by: Heinz N. Gies <[email protected]>
  • Loading branch information
Licenser committed Oct 23, 2023
1 parent 342987f commit a264507
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ jemallocator = "0.5"
rustc-serialize = { version = "0.3", optional = true }
serde = { version = "1.0", features = ["derive"], optional = true }
serde_json = { version = "1.0", optional = true }
simd-json = { version = "0.7", optional = true }
simd-json-derive = { version = "0.7", optional = true }
time = "0.3"
simd-json = { version = "0.12", optional = true }
simd-json-derive = { version = "0.12", optional = true }

[features]
default = ["performance", "all-libs", "all-files"]
Expand Down

0 comments on commit a264507

Please sign in to comment.