Skip to content

Commit

Permalink
Merge branch 'tomas/downgrade-sysinfo' (#1775)
Browse files Browse the repository at this point in the history
* origin/tomas/downgrade-sysinfo:
  changelog: add #1775
  deps: downgrade sysinfo to 0.27.8
  • Loading branch information
Fraccaman committed Aug 13, 2023
2 parents 4255f59 + 47cdc0f commit 1abcb03
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .changelog/unreleased/bug-fixes/1775-downgrade-sysinfo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Downgraded sysinfo back to v0.27.8 with a working available memory report on
Mac M1. ([\#1775](https://github.com/anoma/namada/pull/1775))
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 @@ -117,7 +117,7 @@ sha2 = "0.9.3"
signal-hook = "0.3.9"
slip10_ed25519 = "0.1.3"
# sysinfo with disabled multithread feature
sysinfo = {version = "0.29.4", default-features = false}
sysinfo = {version = "0.27.8", default-features = false}
tar = "0.4.37"
tempfile = {version = "3.2.0"}
tendermint-config = {git = "https://github.com/heliaxdev/tendermint-rs.git", rev = "b7d1e5afc6f2ccb3fd1545c2174bab1cc48d7fa7"}
Expand Down

0 comments on commit 1abcb03

Please sign in to comment.