Skip to content

Commit

Permalink
Bumping notify crate to latest version (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
aalykiot authored Oct 31, 2024
1 parent 1047453 commit bcdd2a4
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 29 deletions.
80 changes: 53 additions & 27 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "dune_event_loop"
description = "A multi-platform event loop library 🎡"
authors = ["Alex Alikiotis <alexalikiotis5@gmail.com>"]
version = "0.1.1"
version = "0.1.2"
repository = "https://gitlab.com/aalykiot/ev_loop"
license = "MIT"
readme = "README.md"
Expand All @@ -15,7 +15,7 @@ anyhow = "1.0.81"
rayon = "1.10.0"
downcast-rs = { version = "1.2.0", default-features = false }
mio = { version = "0.8.11", features = ["os-poll", "net"] }
notify = "6.1.1"
notify = "7.0.0"

[dependencies.signal-hook]
version = "0.3.17"
Expand Down
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ use mio::Registry;
use mio::Token;
use mio::Waker;
pub use notify::Event as FsEvent;
pub use notify::EventKind as FsEventKind;
use notify::RecommendedWatcher;
use notify::RecursiveMode;
use notify::Watcher;
Expand Down

0 comments on commit bcdd2a4

Please sign in to comment.