Skip to content

Commit 97c194d

Browse files
Merge pull request #1642 from GuillaumeGomez/update
Update CHANGELOG and crate version to `0.38.4`
2 parents 9e6f37c + 91b92f1 commit 97c194d

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.38.4
2+
3+
* macOS: Unpin `objc2-*` crates version.
4+
* Linux: Fix computation of disk size.
5+
16
# 0.38.3
27

38
* macOS: Improve accuracy of `System::available_memory` and `System::used_memory`.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sysinfo"
3-
version = "0.38.3"
3+
version = "0.38.4"
44
authors = ["Guillaume Gomez <guillaume1.gomez@gmail.com>"]
55
description = "Library to get system information such as processes, CPUs, disks, components and networks"
66
repository = "https://github.com/GuillaumeGomez/sysinfo"

0 commit comments

Comments
 (0)