Skip to content

Commit

Permalink
Updated inotify and kqueue
Browse files Browse the repository at this point in the history
  • Loading branch information
SoptikHa2 committed Oct 14, 2022
1 parent 4e2e06d commit c960d3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ anyhow = "1.0.65"
cfg-if = "1.0.0"

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

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

0 comments on commit c960d3a

Please sign in to comment.