Skip to content

Commit

Permalink
Use simd-json main
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Bartlett committed Oct 28, 2024
1 parent 05c0a0b commit a939b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion json-impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ simd = [ "simd-json/ordered-float" ]
[dependencies]
serde_json = { version = "^1", features = ["raw_value"] }
#simd-json = { version = "^0", optional = true }
simd-json = { git = "https://github.com/bassmanitram/simd-json.git", branch = "deser-as-value", optional = true }
simd-json = { git = "https://github.com/simd-lite/simd-json.git", branch = "main", optional = true }
bytes = { workspace = true }
serde = { version = "^1", no-default-features = true }

0 comments on commit a939b8f

Please sign in to comment.