Skip to content

Commit

Permalink
Use a very tiny patch to the notify crate. See notify-rs/notify#255.
Browse files Browse the repository at this point in the history
  • Loading branch information
stuhood committed Jul 14, 2020
1 parent b6ddb1e commit 576b1ca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 53 deletions.
56 changes: 4 additions & 52 deletions src/rust/engine/Cargo.lock

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

3 changes: 2 additions & 1 deletion src/rust/engine/watch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ futures = "0.3"
hashing = { path = "../hashing" }
log = "0.4"
logging = { path = "../logging" }
notify = "5.0.0-pre.2"
# TODO: See https://github.com/notify-rs/notify/issues/255.
notify = { git = "https://github.com/pantsbuild/notify", rev = "64880f0662db2b5ecbf25f1cccdca64bb8fac1bc" }
parking_lot = "0.11"
task_executor = { path = "../task_executor" }

Expand Down

0 comments on commit 576b1ca

Please sign in to comment.