Skip to content

Commit

Permalink
Update sysinfo (fluxxcode#161)
Browse files Browse the repository at this point in the history
* Update sysinfo

* Update changelog
  • Loading branch information
fluxxcode authored Oct 11, 2024
1 parent 55c54ae commit 30a14e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Unreleased
### 🔧 Changes
- Use path edit as file to save [#160](https://github.com/fluxxcode/egui-file-dialog/pull/160)
- Updated sysinfo to version `0.32` [#161](https://github.com/fluxxcode/egui-file-dialog/pull/161)

## 2024-10-01 - v0.7.0 - egui update and QoL changes
### 🚨 Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ egui = "0.29.1"
directories = "5.0"

# Used to fetch disks
sysinfo = { version = "0.31", default-features = false, features = ["disk"] }
sysinfo = { version = "0.32", default-features = false, features = ["disk"] }

# Used for persistent storage
serde = { version = "1", features = ["derive"], optional = true }
Expand Down

0 comments on commit 30a14e9

Please sign in to comment.