Skip to content

Commit

Permalink
fix: simd-json x86
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra committed Sep 23, 2024
1 parent d5f79fe commit 356525e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 70 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ retry-policies = { version = "0.4.0", default-features = false }
rmp-serde = { version = "1.2.0" }
rstest = { version = "0.21.0" }
rstest_reuse = "0.7.0"
simd-json = { version = "0.13.10", features = ["serde_impl"] }
simd-json = { version = "0.14.0", features = ["serde_impl"] }
serde = { version = "1.0.198" }
serde_json = { version = "1.0.116" }
serde_repr = "0.1"
Expand Down
73 changes: 4 additions & 69 deletions py-rattler/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 356525e

Please sign in to comment.