Skip to content

Commit

Permalink
Follow symbolic links
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanUkhov committed Oct 20, 2023
1 parent 09393fd commit 0f12051
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "folder"
version = "0.5.0"
version = "0.5.1"
edition = "2021"
license = "Apache-2.0/MIT"
authors = ["Ivan Ukhov <[email protected]>"]
Expand Down
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ where
{
parallelize(
WalkDir::new(path)
.follow_links(true)
.into_iter()
.filter_map(|entry| entry.ok())
.filter(|entry| !entry.file_type().is_dir())
Expand Down

0 comments on commit 0f12051

Please sign in to comment.