Skip to content

Commit

Permalink
update minimum walkdir version to 2.2.2 (#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
trinity-1686a committed Aug 15, 2022
1 parent 4d16a54 commit 94f1680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notify/Cargo.toml
Expand Up @@ -23,7 +23,7 @@ crossbeam-channel = { version = "0.5.0", optional = true }
filetime = "0.2.6"
libc = "0.2.4"
serde = { version = "1.0.89", features = ["derive"], optional = true }
walkdir = "2.0.1"
walkdir = "2.2.2"

[target.'cfg(target_os="linux")'.dependencies]
inotify = { version = "0.9", default-features = false }
Expand Down

0 comments on commit 94f1680

Please sign in to comment.