Skip to content

Commit

Permalink
chore(rust): use ahash from crates.io release (#11964)
Browse files Browse the repository at this point in the history
  • Loading branch information
messense authored Oct 24, 2023
1 parent 18cba0d commit b176103
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 6 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,5 @@ features = [
]

[patch.crates-io]
ahash = { git = "https://github.com/orlp/aHash", branch = "fix-arm-intrinsics" }
# packed_simd_2 = { git = "https://github.com/rust-lang/packed_simd", rev = "e57c7ba11386147e6d2cbad7c88f376aab4bdc86" }
# simd-json = { git = "https://github.com/ritchie46/simd-json", branch = "alignment" }
26 changes: 24 additions & 2 deletions py-polars/Cargo.lock

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

3 changes: 0 additions & 3 deletions py-polars/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -237,9 +237,6 @@ lto = "thin"
codegen-units = 1
lto = "fat"

[patch.crates-io]
ahash = { git = "https://github.com/orlp/aHash", branch = "fix-arm-intrinsics" }

# This is ignored here; would be set in .cargo/config.toml.
# Should not be used when packaging
# target-cpu = "native"
Expand Down

0 comments on commit b176103

Please sign in to comment.