Skip to content

Commit

Permalink
chore: update sysinfo to v0.33 (fluxxcode#220)
Browse files Browse the repository at this point in the history
* chore: update sysinfo to v0.33

* Update changelog
  • Loading branch information
fluxxcode authored Dec 10, 2024
1 parent fd15473 commit 001a039
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
### 🔧 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)
- Updated sysinfo to version `0.33` [#220](https://github.com/fluxxcode/egui-file-dialog/pull/220)
- Made default egui fonts an optional feature `default_fonts` [#163](https://github.com/fluxxcode/egui-file-dialog/pull/163) (thanks [@StarStarJ](https://github.com/StarStarJ)!)
- Filter directory when loading to improve performance [#169](https://github.com/fluxxcode/egui-file-dialog/pull/169)
- Implement non blocking directory loading [#177](https://github.com/fluxxcode/egui-file-dialog/pull/177)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ directories = "5.0"
# canonicalize paths
dunce = "1.0.5"
# fetch disks
sysinfo = { version = "0.32", default-features = false, features = ["disk"] }
sysinfo = { version = "0.33", default-features = false, features = ["disk"] }
# persistent storage
serde = { version = "1", features = ["derive"], optional = true }
# meta-data storage
Expand Down

0 comments on commit 001a039

Please sign in to comment.