diff --git a/CHANGELOG.md b/CHANGELOG.md index bdf1cee5..74020777 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Cargo.toml b/Cargo.toml index a15a747b..016cec0a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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