Skip to content

Commit

Permalink
chore(deps): update directories (#233)
Browse files Browse the repository at this point in the history
* Update directories

* Update changelog
  • Loading branch information
fluxxcode authored Jan 22, 2025
1 parent 22e1ff2 commit 9befbc8
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 @@ -19,6 +19,7 @@

- Set up git-lfs to track PNG files and improve repository performance [#218](https://github.com/fluxxcode/egui-file-dialog/pull/218)
- Fixed new Clippy errors added in the latest rust version [#234](https://github.com/fluxxcode/egui-file-dialog/pull/234)
- Updated `directories` dependency from `v0.5.0` to `v0.6.0` [#233](https://github.com/fluxxcode/egui-file-dialog/pull/233/files)

## 2024-12-17 - v0.8.0 - egui update, custom right panel and more

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ license = "MIT"
[dependencies]
egui = { version = "0.30.0", default-features = false }
# fetch user folders
directories = "5.0"
directories = "6.0"
# canonicalize paths
dunce = "1.0.5"
# fetch disks
Expand Down

0 comments on commit 9befbc8

Please sign in to comment.