Skip to content

Commit

Permalink
Update inotify from 0.10.0 to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
musicinmybrain committed Jan 11, 2025
1 parent eff3598 commit b790724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ anyhow = "1.0.65"
cfg-if = "1.0.0"

[target.'cfg(target_os = "linux")'.dependencies]
inotify = "0.10.0" # Watch files and auto-reload on changes
inotify = "0.11.0" # Watch files and auto-reload on changes

[target.'cfg(any(target_os="macos", target_os="dragonfly", target_os="freebsd", target_os="netbsd", target_os="openbsd"))'.dependencies]
kqueue = "1.0.6" # Watch files and auto-reload on changes

0 comments on commit b790724

Please sign in to comment.