Skip to content

Commit

Permalink
pin sysinfo to 0.25.2
Browse files Browse the repository at this point in the history
as it was causing a segfault on `extsort` on macOS running on Apple Silicon

see GuillaumeGomez/sysinfo#816
  • Loading branch information
jqnatividad committed Aug 21, 2022
1 parent 5b1adca commit 4f30c30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ self_update = { version = "0.30", features = [
serde = { version = "1", features = ["derive"] }
serde_json = { version = "1", features = ["preserve_order"] }
strsim = { version = "0.10", optional = true }
sysinfo = "0.25"
sysinfo = "=0.25.2"
tabwriter = "1.2"
test-data-generation = { version = "0.3", optional = true }
thousands = "0.2"
Expand Down

0 comments on commit 4f30c30

Please sign in to comment.