Skip to content

Commit

Permalink
Use notify 7.0.0 instead of a fork of 6.1.1 (#322)
Browse files Browse the repository at this point in the history
Co-authored-by: Samuel Colvin <[email protected]>
  • Loading branch information
musicinmybrain and samuelcolvin authored Jan 10, 2025
1 parent 4d178b3 commit 65713ea
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 85 deletions.
104 changes: 20 additions & 84 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ rust-version = "1.63"

[dependencies]
crossbeam-channel = "0.5.12"
notify = {git = "https://github.com/samuelcolvin/notify.git", branch = "keep-io-error"}
notify = { version = "7.0.0" }
pyo3 = { version = "0.23.3", features = ["extension-module", "generate-import-lib"] }

[lib]
Expand Down

0 comments on commit 65713ea

Please sign in to comment.