Skip to content

Commit

Permalink
fix: update heim dep to (current) master branch (filecoin-project#1539)
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptonemo authored and macro-ss committed Nov 28, 2021
1 parent 3f14811 commit 8ae8e2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fil-proofs-tooling/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ rand = "0.8"
tempfile = "3.0.8"
cpu-time = "1.0.0"
git2 = "0.13.6"
heim = { git = "https://github.com/heim-rs/heim", rev = "e22e235", features = ["host", "memory", "cpu"] }
heim = { git = "https://github.com/heim-rs/heim", rev = "b292f15", features = ["host", "memory", "cpu"] }
async-std = "1.6"
blake2s_simd = "0.5.6"
fil_logger = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion fil-proofs-tooling/src/metadata.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ impl SystemMetadata {
processor_features: features,
processor_cores_logical: cpu_logical,
processor_cores_physical: cpu_physical.unwrap_or_default(),
memory_total_bytes: memory.total().get::<uom::si::information::byte>(),
memory_total_bytes: memory.total().get::<heim::units::information::byte>(),
})
}
}
Expand Down

0 comments on commit 8ae8e2f

Please sign in to comment.