Skip to content

Commit

Permalink
update to rust 1.71
Browse files Browse the repository at this point in the history
  • Loading branch information
mothsART committed Jul 15, 2023
1 parent d839f24 commit 5fb9388
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ rust-version = "1.62"

[dependencies]
itertools = "0.10"
fs_extra = "1.2"
fs_extra = "1.3"
glob = "0.3"
rust-ini = "0.18"
inotify = "0.10"
Expand Down
1 change: 0 additions & 1 deletion src/collect.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ pub fn get_dirs(xdg_data_dirs: &str) -> Vec<String> {
.to_string()
})
.filter(|s| Path::new(s).is_dir())
.into_iter()
.dedup()
.collect()
}
Expand Down

0 comments on commit 5fb9388

Please sign in to comment.